Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-23 | JANITORIAL: Silence GCC 7 fallthrough warnings | Adrian Frühwirth | |
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover | |
This flag is removed for a few reasons: * Engines universally set this flag to true for widths > 320, which made it redundant everywhere; * This flag functioned primarily as a "force 1x scaler" flag, since its behaviour was almost completely undocumented and users would need to figure out that they'd need an explicit non-default scaler set to get a scaler to operate at widths > 320; * (Most importantly) engines should not be in the business of deciding how the backend may choose to render its virtual screen. The choice of rendering behaviour belongs to the user, and the backend, in that order. A nearby future commit restores the default1x scaler behaviour in the SDL backend code for the moment, but in the future it is my hope that there will be a better configuration UI to allow users to specify how they want scaling to work for high resolutions. | |||
2017-08-06 | JANITORIAL: Silence more GCC 7 warnings | Torbjörn Andersson | |
All these fall through were marked as deliberate, so again I've only changed the comment to silence GCC. | |||
2016-09-23 | LASTEXPRESS: Rename Vassili functions | Littleboy | |
2016-09-23 | LASTEXPRESS: Rename Vesna functions | Littleboy | |
2016-09-23 | LASTEXPRESS: Rename Tatiana functions | Littleboy | |
2016-05-17 | ALL: Change main engine header guard defines to <directory>_<engine>_H | Eugene Sandulenko | |
Recently we started to use this as new semantics, although in the past we used simly <engine>_H. Now these guard defines are consistent with rest of the files which are used in the engines. | |||
2016-05-13 | LASTEXPRESS: Fixed potential buffer overrun | Eugene Sandulenko | |
2016-05-03 | LASTEXPRESS: Fix logic comparison | Eugene Sandulenko | |
2016-03-08 | ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. | Johannes Schickel | |
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions | |||
2016-03-05 | CONFIGURE: Introduced new engine dependency: highres | Eugene Sandulenko | |
Some backends like GCW0 do no support graphics >320x240 due to the hardware limitation (downscaling is possible but it will ruin the pixel hunting which is often part of the gameplay). Instead of manually updating the list of engines, we now introduce a new dependency. I marked all relevant engines, but some, like tinsel, require more work with putting their relevant high-res games under USE_HIGHRES define. | |||
2015-11-27 | LASTEXPRESS: Removing excess check | Eugene Sandulenko | |
2015-08-30 | AUDIO: Make Rewindable- and SeekableAudioStream inherit virtually | Matthew Hoops | |
2014-06-16 | LASTEXPRESS: Fix potential out-of-bounds read. CID 1003992 | Littleboy | |
2014-06-16 | LASTEXPRESS: Check for resulting sequence size in August logic code. CID 1003264 | Littleboy | |
2014-06-16 | LASTEXPRESS: Add assert check in Gendarmes logic. CID 1003263 | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Ivo functions | Littleboy | |
2014-06-16 | LASTEXPRESS: Fix comparison in sound entry serialization. CID 1004148 | Littleboy | |
2014-06-16 | LASTEXPRESS: Add asserts in sound entry serialization and update code. CID ↵ | Littleboy | |
1003259, 1003260 | |||
2014-06-16 | LASTEXPRESS: Check that the archive is loaded correctly in debug code. CID ↵ | Littleboy | |
1003848, 1003849 | |||
2014-06-16 | LASTEXPRESS: Replace useless checks by asserts. CID 1004086, 1004090 | Littleboy | |
2014-06-16 | LASTEXPRESS: Update SavePoint::push/call interface and check for string ↵ | Littleboy | |
size. CID 1003261, 1003262 | |||
2014-06-16 | LASTEXPRESS: Add asserts in EntityData serialization code. CID 1003265 | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Max functions | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Chapters and Gendarmes functions | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Kahina functions | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Pascale functions | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Cooks functions | Littleboy | |
2014-06-16 | LASTEXPRESS: Add missing logic in Waiter2 for chapter 4 | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Waiter* functions | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Server* classes to Waiter* | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Hadija functions | Littleboy | |
2014-06-16 | LASTEXPRESS: Rename Kronos functions | Littleboy | |
2014-05-27 | ALL: Make Debugger command function names conform to our guidelines. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel | |
2014-03-30 | ALL: Resolve multiple clang warnings | Max Horn | |
2014-02-18 | LASTEXPRESS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-12-10 | LASTEXPRESS: Rename Yasmin logic functions | Littleboy | |
2013-12-10 | LASTEXPRESS: Fix enum comparison | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename Francois and Alouan logic functions | Littleboy | |
2013-12-10 | LASTEXPRESS: Update documentation for savegame format | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename InventoryItem properties | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename Object properties | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename several action functions | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename Anna logic functions | Littleboy | |
Fix wrong call in | |||
2013-12-10 | LASTEXPRESS: Rename Alexei logic functions | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename Abbot logic functions | Littleboy | |
2013-11-26 | Merge pull request #375 from digitall/engineAutoPlug | Johannes Schickel | |
RFC: Pluggable Engines #2 (No Python, just evolution of current configure shell and make code) | |||
2013-11-24 | LASTEXPRESS: Janitorial - Fix spacing errors | Strangerke | |