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
/
sci
/
gfx
/
menubar.cpp
Age
Commit message (
Expand
)
Author
2009-03-24
SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t
Max Horn
2009-03-24
SCI: moved sci_strndup to menubar.cpp
Max Horn
2009-03-24
SCI: Fixed some leaks introduced by my previous changes
Max Horn
2009-03-24
SCI: C++ify menu code
Max Horn
2009-03-17
Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI...
Filippos Karapetis
2009-03-16
Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...
Filippos Karapetis
2009-03-15
SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'
Max Horn
2009-03-07
SCI: Reduced header interdependencies some more
Max Horn
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-21
SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more
Max Horn
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-21
formating
Paweł Kołodziejski
2009-02-17
Update headers. gfx/
Eugene Sandulenko
2009-02-17
Removed unused code
Filippos Karapetis
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
Fixed compilation under MSVC, and silenced some more warnings
Filippos Karapetis
2009-02-15
- Remove some unneeded files
Eugene Sandulenko