index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-03-30
Whitespacing fixes
Bertrand Augereau
2008-03-30
Added checks for implicit SharedPtr casting functionallity.
Johannes Schickel
2008-03-30
Add section about converting savedgames from original versions. Please add de...
Travis Howell
2008-03-30
Dropped superfluous 'virtual' keyword (saves us a few bytes for each String)
Max Horn
2008-03-30
#include <cstring> => #include <string.h> (for size_t)
Bertrand Augereau
2008-03-30
std::max => utils.h MAX
Bertrand Augereau
2008-03-30
The "anchor" (root) of the linked list is now constructed inplace in the List...
Bertrand Augereau
2008-03-30
Fixed signed/unsigned warning.
Torbjörn Andersson
2008-03-30
The hashmap uses the memorypool for allocating/deallocating its Nodes
Bertrand Augereau
2008-03-30
Introduction of a fixed size memory pool with a typical free list implementation
Bertrand Augereau
2008-03-30
Cleanup.
Johannes Schickel
2008-03-30
Always clip rect to copy in Screen::copyRegion now, like the original does.
Johannes Schickel
2008-03-30
- get rid of const_cast
Florian Kagerer
2008-03-30
Cleanup.
Johannes Schickel
2008-03-30
Add test for copying hashmaps.
Johannes Schickel
2008-03-30
Fixed hashmap code. (please make a better check next time when changing code ...
Johannes Schickel
2008-03-30
Cleanup.
Johannes Schickel
2008-03-30
- Added support for custom deletion operator (aka deleter) support for Shared...
Johannes Schickel
2008-03-30
Readded friend statement required by standard conform compilers. Disabled for...
Johannes Schickel
2008-03-30
Renamed some functions according to our coding guidelines.
Johannes Schickel
2008-03-30
- fixed formatting
Johannes Schickel
2008-03-30
Formatting.
Johannes Schickel
2008-03-29
Let mass detector add all hits, instead of only the first one
Max Horn
2008-03-29
New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear mutilate...
Florian Kagerer
2008-03-29
Centralized the way the hashmaps allocate and free nodes (in order to instrum...
Bertrand Augereau
2008-03-29
Removing dead code
Max Horn
2008-03-29
Changed FilesystemNode to use a SharedPtr instead of implementing its own ref...
Max Horn
2008-03-29
- allow SharedPtr objects with incomplete type
Johannes Schickel
2008-03-29
Add patch #1928643 - Czech fan translation of Simon the Sorcerer 1.
Travis Howell
2008-03-29
Document SharedPtr bool conversion operator; added test cases for it; also ad...
Max Horn
2008-03-29
Removed unused friends statement (causes internal compiler error with GCC 2.9...
Max Horn
2008-03-28
Oops
Filippos Karapetis
2008-03-28
Fixed 2 off-by-one errors (thanks next_ghost for spotting them)
Filippos Karapetis
2008-03-28
Changed HoF GUI code to use common GUI code now.
Johannes Schickel
2008-03-28
- fixed svn properties
Johannes Schickel
2008-03-28
Updated MSVC8 and MSVC9 ScummVM project files for commit #31287
Filippos Karapetis
2008-03-28
Updated MSVC8 and MSVC9 kyra project files for commit #31290
Filippos Karapetis
2008-03-28
Added FIXME comment regarding sorting of pred.dic; replaced weird binary sear...
Max Horn
2008-03-28
Refactored Kyrandia GUI code a bit.
Johannes Schickel
2008-03-28
cleanup
Max Horn
2008-03-28
Oops that shouldn't be committed yet.
Johannes Schickel
2008-03-28
Committed shared pointer implementation of patch #1895703 "COMMON: Managed Li...
Johannes Schickel
2008-03-28
Fixed showing of cauldron animations processing while the inventory is not sh...
Johannes Schickel
2008-03-28
Implemented command text fadeout.
Johannes Schickel
2008-03-28
Finished o2_delay implementation.
Johannes Schickel
2008-03-28
Oops fixed wrong o2_delaySecs.
Johannes Schickel
2008-03-28
- Clear input queue after loading game via hotkeys.
Johannes Schickel
2008-03-28
Implemented savegame loading via command line params -x/--save-slot.
Johannes Schickel
2008-03-28
Properly set sfx flag when playing digital SFX.
Johannes Schickel
2008-03-28
Implemented opcodes:
Johannes Schickel
[prev]
[next]