Age | Commit message (Expand) | Author |
2015-11-27 | LASTEXPRESS: Removing excess check | Eugene Sandulenko |
2014-06-16 | LASTEXPRESS: Fix potential out-of-bounds read. CID 1003992 | Littleboy |
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 size.... | Littleboy |
2014-06-16 | LASTEXPRESS: Rename Server* classes to Waiter* | Littleboy |
2014-02-18 | LASTEXPRESS: Make GPL headers consistent in themselves. | Johannes Schickel |
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 |
2013-12-10 | LASTEXPRESS: Rename Abbot logic functions | Littleboy |
2013-11-24 | LASTEXPRESS: Janitorial - Fix spacing errors | Strangerke |
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-09-05 | LASTEXPRESS: Remove unneeded check for loaded sequence (CID1003911) | Littleboy |
2013-09-05 | LASTEXPRESS: Fix uninitialized scalar field (CID1002847) | Littleboy |
2012-08-27 | LASTEXPRESS: Implement more savegame loading | Littleboy |
2012-08-27 | LASTEXPRESS: Cleanup savegame | 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: Reduce header interdependency | Littleboy |
2012-08-27 | LASTEXPRESS: Check for valid data in Beetle::invertDirection() | Littleboy |
2012-08-01 | LASTEXPRESS: Remove unused code and move functor definition to only file usin... | Littleboy |
2012-08-01 | LASTEXPRESS: Remove use of skip from savegame functions when loading | Littleboy |
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 |
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 sup... | Littleboy |
2012-07-28 | LASTEXPRESS: Implement menu egg blinking | Littleboy |
2012-07-27 | LASTEXPRESS: Fix some formatting issues | Littleboy |
2012-07-27 | LASTEXPRESS: Add menu-related warnings and turn some warnings into errors | Littleboy |
2012-07-27 | LASTEXPRESS: Remove entity include in savepoint.h | Littleboy |
2012-07-27 | LASTEXPRESS: More include re-organization | Littleboy |
2012-07-27 | LASTEXPRESS: Implement Logic::resetState() | Julien |
2012-07-27 | LASTEXPRESS: Reduce nesting in Entities::processEntity() | Julien |
2012-07-27 | LASTEXPRESS: Switch some warnings to debug console output | Julien |
2012-07-16 | LASTEXPRESS: Replace INVERT_Y macro | Littleboy |
2012-07-16 | LASTEXPRESS: Replace INCREMENT_DIRECTION_COUNTER macro | Littleboy |
2012-07-16 | LASTEXPRESS: Remove strange casts | Littleboy |
2012-07-14 | LASTEXPRESS: Cleanup | Littleboy |
2012-07-14 | LASTEXPRESS: Remove duplicated include statements | Littleboy |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-11-07 | LASTEXPRESS: Fix typos in shared game code (as reported by _sev) | Littleboy |
2011-11-03 | LASTEXPRESS: Fix read size parameter. | Johannes Schickel |
2011-11-02 | LASTEXPRESS: Fix incorrect read() call | Eugene Sandulenko |
2011-09-19 | LASTEXPRESS: Small cleanup in Entities::processEntity() and Entities::process... | Littleboy |