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
/
base
Age
Commit message (
Expand
)
Author
2003-10-10
some cleanup
Max Horn
2003-10-10
added my thoughts on our command line options (please feel free to comment an...
Max Horn
2003-10-10
rearranged code a bit
Max Horn
2003-10-10
constness
Max Horn
2003-10-09
make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :)
Jonathan Gray
2003-10-09
give this more chance of working properly
Jonathan Gray
2003-10-09
make khaleks correct fix a bit nicer; and add similar safety nets to the othe...
Max Horn
2003-10-09
Temporary (?) fix to stop ScummVM crashing for me. (I don't define any
Torbjörn Andersson
2003-10-08
turned PluginManager into a proper singleton
Max Horn
2003-10-08
new config manager. not everything is completed, and some things will still b...
Max Horn
2003-10-05
Preliminary preparation for new YM2612 FM emulator.
Jamieson Christian
2003-10-05
factor out common gfx_mode/fullscreen setup code from the game engines into t...
Max Horn
2003-10-05
Make use of new List iterator
Max Horn
2003-10-05
bump version
Jonathan Gray
2003-10-05
create the timer object a bit earlier
Max Horn
2003-10-04
add ability to use boot_param in a config file to specify boot param, this is...
Jonathan Gray
2003-10-02
cleanup & restructuring; in particular move the midi driver list to its own s...
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-10-01
Revert kirbens change on 05Sep. Setting debugmode with debuglevel 0 is delibe...
James Brown
2003-10-01
disable joystick input by default either command line or config file need to ...
Jonathan Gray
2003-09-28
removed duplicate g_timer object (one was global, one was static to timer.cpp...
Max Horn
2003-09-28
queen initial import
Joost Peters
2003-09-27
Timer services are now available through g_timer, so
Jamieson Christian
2003-09-27
added hq2x scaler
Max Horn
2003-09-26
Add optional define for no console
Travis Howell
2003-09-21
added HQ3x filter
Max Horn
2003-09-21
Use banners on WinCE
Nicolas Bacca
2003-09-20
fixed AMD64 warning
Max Horn
2003-09-20
prepend underscore before passing symbols to dlsym, at least on OS X
Max Horn
2003-09-20
fix invalid target crash for build using loadable modules
Max Horn
2003-09-19
cleanup
Oliver Kiehl
2003-09-18
added initial support for building our 4 adventure engines as loadable module...
Max Horn
2003-09-18
disable the custom operator 'new' on Mac OS X, as it cause multiple definitio...
Max Horn
2003-09-18
This'll also break Makefile.noconf
James Brown
2003-09-18
Temporarily disabled this rule since it causes troubles for MinGW
Max Horn
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
Max Horn
2003-09-17
cleanup
Max Horn
2003-09-17
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...
Max Horn