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-04-04
This fixes the menus for fm-towns and floppy versions (only load and death me...
Florian Kagerer
2008-04-03
Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108).
Travis Howell
2008-04-03
Add Apple IIGS MIDI program number to instrument number mappings (Both for th...
Kari Salminen
2008-04-03
Cleanup.
Johannes Schickel
2008-04-03
Replaced unloadAllPakFiles with a simple _map.clear on resource class destruc...
Johannes Schickel
2008-04-03
- Added support for filename length > 64 in static resource code.
Johannes Schickel
2008-04-03
After further testing it seems Apple IIGS midi playing speed is actually 60 t...
Kari Salminen
2008-04-03
Fix naming of the Apple IIGS midi speed variable and its value (Was erronousl...
Kari Salminen
2008-04-03
Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 and SQ1...
Kari Salminen
2008-04-02
Remove Symbian FS creation from common SDL code
Lars Persson
2008-04-02
Patch #1932094: Missing directory in dists/debian/scummvm.dirs fix
Max Horn
2008-04-02
Changed spaces to tabs.
Torbjörn Andersson
2008-04-02
Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour when...
Johannes Schickel
2008-04-02
Fixed warnings with gcc 3.3.
Johannes Schickel
2008-04-02
Oops forgot to enable friend statement.
Johannes Schickel
2008-04-02
Implemented transparent List::iterator to List::const_iterator conversion and...
Johannes Schickel
2008-04-02
Committed patch #1929274 "HashMap: Iterator rework".
Johannes Schickel
2008-04-01
Fixed bug in GUI code, should hopefully fix white boxes appearing around inve...
Johannes Schickel
2008-04-01
Fixed spellbook graphics in German CD version.
Johannes Schickel
2008-04-01
Updated MSVC7 project files using the new MSVC project file conversion tool
Filippos Karapetis
2008-04-01
Updated MSVC71 project files using the new MSVC project file conversion tool
Filippos Karapetis
2008-04-01
Added my MSVC8->MSVC7/MSVC71 conversion tool from patch #1861744 - "MSVC proj...
Filippos Karapetis
2008-04-01
Add detection entry for Serguei's Destiny II Demo v1.3.1 (March 22nd 2008).
Kari Salminen
2008-03-31
Fix compilation on MSVC 8 & 9 (Added memorypool.h and memorypool.cpp to the p...
Kari Salminen
2008-03-31
Updated MSVC8 and MSVC9 kyra project files for commit #31295
Filippos Karapetis
2008-03-30
Added fixme regarding header 'new'.
Johannes Schickel
2008-03-30
Some minor whitespace changes, and the customary "end of namespace" comment.
Torbjörn Andersson
2008-03-30
Don't enter run loop when quit flag is set.
Johannes Schickel
2008-03-30
Implement quit flag handling in Kyra2 GUI code.
Johannes Schickel
2008-03-30
Fixed bug which caused sometimes garbage text to be displayed.
Johannes Schickel
2008-03-30
Removed char &operator [] from class String -- it had the potential to wreak ...
Max Horn
2008-03-30
Committed salty-horse's documentation patch.
Johannes Schickel
2008-03-30
Cleanup.
Johannes Schickel
2008-03-30
- fixed savegame description loading in kyra1
Johannes Schickel
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
[next]