This website requires JavaScript.
Explore
Help
Sign In
ScummVM
/
scummvm
Watch
1
Star
0
Fork
0
mirror of
https://github.com/scummvm/scummvm.git
synced
2026-06-20 05:45:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
defa0e6ffc178288ada964e7c2ee0abdf9d00a58
scummvm
/
backends
T
History
Max Horn
afd9119d37
small remark
...
svn-id: r10579
2003-10-04 00:12:30 +00:00
..
dc
updated Marcus' copyright
2003-10-02 17:28:02 +00:00
fs
renamed namespace ScummVM to Common
2003-10-02 17:43:02 +00:00
gp32
renamed namespace ScummVM to Common
2003-10-02 17:43:02 +00:00
midi
removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions)
2003-09-28 21:08:48 +00:00
morphos
OSystem changes: removed create_thread() method (not needed anymore; 'pure' threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type
2003-09-27 16:54:11 +00:00
null
OSystem changes: removed create_thread() method (not needed anymore; 'pure' threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type
2003-09-27 16:54:11 +00:00
PalmOS
OSystem changes: removed create_thread() method (not needed anymore; 'pure' threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type
2003-09-27 16:54:11 +00:00
sdl
small remark
2003-10-04 00:12:30 +00:00
wince
OSystem changes: removed create_thread() method (not needed anymore; 'pure' threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type
2003-09-27 16:54:11 +00:00
x11
OSystem changes: removed create_thread() method (not needed anymore; 'pure' threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type
2003-09-27 16:54:11 +00:00
intern.h
disable joystick input by default either command line or config file need to be used to enable it now, ability to choose joystick number to use also added
2003-10-01 10:47:19 +00:00
module.mk
some tweaks to the build system (work toward plugin support)
2003-09-17 21:53:13 +00:00