Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner | |
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically. | |||
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner | |
This is now generated automatically by the configure script from the engine directory names. | |||
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner | |
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script. | |||
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner | |
This is the second part of allowing engines to be added dynamically. Each folder in engines/ which must contain a file named "engine.mk" containing the make definitions for that engine. | |||
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner | |
This is the first part of allowing engines to be added dynamically. They are placed into a folder in engines/ which must contain a file named "configure.engine" to add the engine, which is pulled into the top level configure script automatically. | |||
2013-10-12 | LASTEXPRESS: Redo d71b48 and use variable instead of commenting it | Eugene Sandulenko | |
2013-10-08 | LASTEXPRESS: Comment out unused variable | Eugene Sandulenko | |
2013-10-08 | LASTEXPRESS: Fix potential buffer overruns. Numerous CID 1003873-1003885 | Eugene Sandulenko | |
2013-09-05 | LASTEXPRESS: Fix uninitialized scalar field (CID1002849) | Littleboy | |
2013-09-05 | LASTEXPRESS: Fix unchecked return value (CID1003854) | Littleboy | |