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
path:
root
/
engines
/
lab
/
resource.cpp
Age
Commit message (
Expand
)
Author
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2016-01-25
LAB: Add a workaround to load the right file in rooms 121 & 122 (Dos and Wind...
Strangerke
2016-01-25
LAB: Do not crash the DOS version in case of missing file as some files are k...
Strangerke
2016-01-24
LAB: Add a workaround for DOS version using long filenames
Strangerke
2016-01-14
LAB: Remove superfluous calls to updateEvents()
Filippos Karapetis
2016-01-14
LAB: Allow the game to be launched from the GAME folder
Filippos Karapetis
2015-12-28
LAB: Fix small getFont() memory leak
Torbjörn Andersson
2015-12-27
LAB: Refactor the music code
Filippos Karapetis
2015-12-25
LAB: Use friendlier names for lists
Filippos Karapetis
2015-12-24
LAB: Make readAction consistent with the other read functions
Willem Jan Palenstijn
2015-12-24
LAB: Avoid manual memory management of CloseData
Willem Jan Palenstijn
2015-12-24
LAB: Avoid manual memory management of ViewData
Willem Jan Palenstijn
2015-12-24
LAB: Avoid manual memory management of RuleList
Willem Jan Palenstijn
2015-12-24
LAB: Avoid manual memory management in Action lists
Willem Jan Palenstijn
2015-12-23
LAB: Change the direction and map door defines into enums
Filippos Karapetis
2015-12-23
LAB: Use int in for loops, instead of uint16
Filippos Karapetis
2015-12-23
LAB: Replace do..while by while statements in resource
Strangerke
2015-12-23
LAB: Add enums for action types, rule types ad rule actions
Filippos Karapetis
2015-12-23
LAB: Move event update functions out of updateMusic
Strangerke
2015-12-23
LAB: Change RuleList to a Common::List<Rule> as suggested by wjp
Strangerke
2015-12-23
LAB: Fix stupid regression
Strangerke
2015-12-23
LAB: Reduce the use of redirections in Resource
Strangerke
2015-12-23
LAB: Add a couple of safeguards
Strangerke
2015-12-23
LAB: Fix delete in previous commit
Strangerke
2015-12-23
LAB: Fix readString when encrypted strings are stored with a wrong size and m...
Strangerke
2015-12-23
LAB: Constify some parameters
Strangerke
2015-12-23
LAB: Fix compilation for non-MSVC compilers
Strangerke
2015-12-23
LAB: Replace char* by Common::String in several functions
Strangerke
2015-12-23
LAB: Fix malloc pointed by eriktorbjorn
Strangerke
2015-12-23
LAB: Fix check of ending animation, some renaming
Strangerke
2015-12-23
LAB: Plug all the remaining resource-related memory leaks
Filippos Karapetis
2015-12-23
LAB: Use Common::String for strings, removing a ton of memory leaks
Filippos Karapetis
2015-12-23
LAB: Handle some differences of the Amiga version
Filippos Karapetis
2015-12-23
LAB: Verify the appropriate use of parenthesis in if statements
Strangerke
2015-12-23
LAB: Make the use of nullptr consistent through the engine
Strangerke
2015-12-23
LAB: Fix the coding style of a some if/else statements
Strangerke
2015-12-23
LAB: Reduced scope of a few more variables
Eugene Sandulenko
2015-12-23
LAB: Simplify the room doors array
Filippos Karapetis
2015-12-23
LAB: Remove some useless use of g_lab
Strangerke
2015-12-23
LAB: Rename CloseDataPtr pointers, some refactoring
Strangerke
2015-12-23
LAB: Reduced dependency on processroom.h. Yay!
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: dispman.h, eventman.h
Eugene Sandulenko
2015-12-23
LAB: More header dependency redux
Eugene Sandulenko
2015-12-23
LAB: Reduce header dependency from music.h
Eugene Sandulenko
2015-12-23
LAB: Removed unnecessary includes
Eugene Sandulenko
2015-12-23
LAB: Replace some uses of malloc() with new
Filippos Karapetis
2015-12-23
LAB: Rename and clean up some of the scene transition code
Filippos Karapetis
2015-12-23
LAB: Move text functions to DisplayMan, some renaming
Strangerke
2015-12-23
LAB: Fix compilation
Eugene Sandulenko
2015-12-23
LAB: Rename parse types
Strangerke
[next]