Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-27 | LASTEXPRESS: Replace UPDATE_PARAM_PROC and UPDATE_PARAM_PROC_TIME macros | Julien | |
2012-07-27 | LASTEXPRESS: Replace UPDATE_PARAM_CHECK macro | Julien | |
2012-07-27 | LASTEXPRESS: Replace UPDATE_PARAM macro | Julien | |
2012-07-27 | LASTEXPRESS: Replace TIME_CHECK_PLAYSOUND_UPDATEPOSITION macro | Julien | |
2012-07-27 | LASTEXPRESS: Replace TIME_CHECK_CALLBACK_ACTION macro | Julien | |
2012-07-27 | LASTEXPRESS: Remove use of function wrappers in shared entity functions | Julien | |
2012-07-27 | LASTEXPRESS: Move some macros to entity.h | Julien | |
2012-07-19 | LASTEXPRESS: Fix variable shadowing and update comments | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace TIME_CHECK_SAVEPOINT and TIME_CHECK_OBJECT macros | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace 2 macros in Sophie entity implementation | Littleboy | |
2012-07-16 | LASTEXPRESS: Remove LOADSCENE_FROM_POSITION macro | Littleboy | |
2012-07-16 | LASTEXPRESS: Merge the two savegameBloodJacket functions into the base ↵ | Littleboy | |
Entity class | |||
2012-07-16 | LASTEXPRESS: Move LOW_BYTE macro to helpers.h | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace SYNC_STRING macro by function | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace PLAY_STEAM macro by function | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace SAVEGAME_BLOOD_JACKET macro by function | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace COMPARTMENT_TO and COMPARTMENT_FROM_TO macros | Littleboy | |
2012-07-14 | LASTEXPRESS: Replace CALLBACK_ACTION macro by member function | Littleboy | |
2012-07-14 | LASTEXPRESS: Remove duplicated include statements | Littleboy | |
2012-03-13 | JANITORIAL: Replace (x ? false : true) by !(x). | Christoph Mallon | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-11-07 | LASTEXPRESS: Fix typos in entity code (as reported by _sev) | Littleboy | |
2011-11-03 | LASTEXPRESS: Fixed typo in code logic | Filippos Karapetis | |
2011-09-07 | LASTEXPRESS: Fix Francois being stuck when exiting compartment | Littleboy | |
2011-06-28 | LASTEXPRESS: Cleanup comments | Littleboy | |
2011-06-28 | LASTEXPRESS: Move Sound class to the sound folder | Littleboy | |
2011-06-28 | LASTEXPRESS: Move sound queue related functions to a separate class | Littleboy | |
- Implement missing queue reset function - Cleanup SoundManager::playLoopingSound() | |||
2011-06-24 | LASTEXPRESS: Refactor Sound class | Littleboy | |
- Move entry-related functions to separate class - Move enumeration to shared header and rename FlagType to SoundFlag | |||
2011-06-23 | LASTEXPRESS: Move Menu class to a separate folder | Littleboy | |
2011-06-22 | LASTEXPRESS: Move Fight class to its own folder | Littleboy | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-01-25 | LASTEXPRESS: Correct typos in Alexei logic and sound code | Julien Templier | |
svn-id: r55523 | |||
2011-01-25 | LASTEXPRESS: Fix typo in Francois logic | Julien Templier | |
svn-id: r55512 | |||
2011-01-20 | LASTEXPRESS: Add macro for end of entities logic functions | Julien Templier | |
svn-id: r55343 | |||
2010-11-16 | LASTEXPRESS: Fix SequenceFrame leak in Entities code | Julien Templier | |
- Add EntityCallData destructor to dispose of frames & Sequences - Properly dispose of frames in Entities::resetSequences() svn-id: r54270 | |||
2010-11-11 | LASTEXPRESS: Use SAFE_DELETE for class variables | Julien Templier | |
svn-id: r54201 | |||
2010-11-11 | LASTEXPRESS: Fix more memory leaks | Julien Templier | |
- Missing deallocation of queued frames in SceneManager - Leaking functor on each call to entity setup functions - Add SoundEntry destructor & better Entity cleanup as reported by digitall svn-id: r54196 | |||
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-10-27 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson | |
svn-id: r53889 | |||
2010-10-27 | LASTEXPRESS: Add some missing casts and const qualifiers | Julien Templier | |
svn-id: r53880 | |||
2010-10-26 | LASTEXPRESS: Fix GCC warnings | Julien Templier | |
svn-id: r53850 | |||
2010-10-26 | LASTEXPRESS: More savegame work | Julien Templier | |
- Implement SaveLoad::writeEntry - Implement missing saveLoadWithSerializer functions for all serialized classes & structs - Add stub for SaveLoad::computePadding svn-id: r53845 | |||
2010-10-26 | LASTEXPRESS: Make GameState::time of type TimeValue | Julien Templier | |
svn-id: r53844 | |||
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
2010-10-22 | LASTEXPRESS: Add missing casts, fix warnings and correct typos | Julien Templier | |
svn-id: r53694 | |||
2010-10-22 | LASTEXPRESS: Fix GCC errors & warnings (missing stricmp & parentheses) | Julien Templier | |
svn-id: r53693 | |||
2010-10-21 | LASTEXPRESS: Merge several TIME_CHECK* macros together | Julien Templier | |
svn-id: r53692 | |||
2010-10-21 | LASTEXPRESS: Rename CURRENT_PARAMS to CURRENT_PARAM | Julien Templier | |
svn-id: r53691 | |||
2010-10-21 | LASTEXPRESS: Simplify some entity callback code | Julien Templier | |
svn-id: r53690 |