Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-09-05 | LASTEXPRESS: Fix unchecked return value (CID1003850) | Littleboy | |
2013-09-05 | LASTEXPRESS: Remove unneeded check for loaded sequence (CID1003911) | Littleboy | |
The sequence loading helper should already check if the sequence is loaded and clean up the instance if not | |||
2013-09-05 | LASTEXPRESS: Fix unchecked return value in LastExpressEngine::pollEvents() ↵ | Littleboy | |
(CID1004167) | |||
2013-09-05 | LASTEXPRESS: Fix uninitialized scalar field (CID1002847) | Littleboy | |
2013-08-03 | LASTEXRPESS: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | LASTEXPRESS: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-04-28 | LASTEXPRESS: Fix multiline macros. CID 1003638 | Eugene Sandulenko | |
2013-04-28 | LASTEXPRESS: Fix nasty bug with multiline macro. CID 1003640 | Eugene Sandulenko | |
2012-08-27 | LASTEXPRESS: Implement more savegame loading | Littleboy | |
- Rename existing function to load the last saved game - Remove loadgame debugger command | |||
2012-08-27 | LASTEXPRESS: Cleanup savegame | Littleboy | |
- Check for valid stream in readValue/writeValue functions - Properly initialize/clear members | |||
2012-08-27 | LASTEXPRESS: Identify more Verges functions | Littleboy | |
2012-08-27 | LASTEXPRESS: Fix typo in Verges chapter 3 function | Littleboy | |
2012-08-27 | LASTEXPRESS: Identify several Verges functions | Littleboy | |
2012-08-27 | LASTEXPRESS: Remove unnecessary casts | Littleboy | |
2012-08-27 | LASTEXPRESS: Remove some unreachable code | Littleboy | |
2012-08-27 | LASTEXPRESS: Add const modifiers | Littleboy | |
2012-08-27 | LASTEXPRESS: Update Debug::loadArchive() to reduce casts | Littleboy | |
2012-08-27 | LASTEXPRESS: Reduce header interdependency | Littleboy | |
2012-08-27 | LASTEXPRESS: Check for valid data in Beetle::invertDirection() | Littleboy | |
2012-08-27 | LASTEXPRESS: Identify some Abbot Chapter 3 functions | Littleboy | |
2012-08-27 | LASTEXPRESS: Check for invalid cd number in debugger commands | Littleboy | |
2012-08-27 | LASTEXPRESS: Fix playsnd debugger command | Littleboy | |
2012-08-27 | LASTEXPRESS: Fix analysis warnings | Littleboy | |
2012-08-01 | LASTEXPRESS: Fix typo preventing playing NIS animations from the debugger | Littleboy | |
2012-08-01 | LASTEXPRESS: Remove unused code and move functor definition to only file ↵ | Littleboy | |
using it | |||
2012-08-01 | LASTEXPRESS: Remove use of skip from savegame functions when loading | Littleboy | |
We cannot accurately skip over compressed data as it is not know before decoding how much data will be used | |||
2012-08-01 | LASTEXPRESS: Implement savegame read compression | Littleboy | |
2012-07-31 | LASTEXPRESS: Implement savegame write compression | Littleboy | |
2012-07-30 | LASTEXPRESS: Switch savegame reading to use new read method | Littleboy | |
- Disable savegame compression | |||
2012-07-29 | LASTEXPRESS: Fix regression with Logic::resetState() | Littleboy | |
2012-07-29 | LASTEXPRESS: Replace REDRAW_CURSOR macro by function | Littleboy | |
2012-07-29 | LASTEXPRESS: Reorganize savegame code to prepare for compressed savegames ↵ | Littleboy | |
support | |||
2012-07-28 | LASTEXPRESS: Implement menu egg blinking | Littleboy | |
2012-07-28 | LASTEXPRESS: Disable sound filter reset on each decoded block | Littleboy | |
The filter id should be computed from the sound entry status for each decoded block. The current code was resulting in blocks being skipped. | |||
2012-07-27 | LASTEXPRESS: Untemplatize setup functions | Littleboy | |
2012-07-27 | LASTEXPRESS: Fix some formatting issues | Littleboy | |
2012-07-27 | LASTEXPRESS: Add IgnoreSubtype option to AnimFrame | Littleboy | |
2012-07-27 | LASTEXPRESS: Add menu-related warnings and turn some warnings into errors | Littleboy | |