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 (
Collapse
)
Author
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 ↵
Strangerke
multiple \0
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
Also, add a method to properly free room views
2015-12-23
LAB: Handle some differences of the Amiga version
Filippos Karapetis
The Amiga version is still not working, as the CONTROL and INV files are missing, and the format of the font files is different
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
2015-12-23
LAB: Change the gadget lists to use Common::List
Filippos Karapetis
2015-12-23
LAB: Move _rooms to LabEngine, some renaming
Strangerke
2015-12-23
LAB: Get rid of some global variables
Strangerke
2015-12-23
LAB: Simplify file handling code
Filippos Karapetis
2015-12-23
LAB: Refactor the remaining functions in labfile.cpp
Filippos Karapetis
2015-12-23
LAB: Fix bug in getText()
Filippos Karapetis
[next]