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
Age
Commit message (
Expand
)
Author
2003-05-23
Fixed hanging notes when toggling SFX mode in Simon 1
Jamieson Christian
2003-05-23
Fixed problem with Simon music playing even when paused.
Jamieson Christian
2003-05-23
Fixed problem with hanging notes on some synth modules.
Jamieson Christian
2003-05-23
I must have been drunk when I coded this....
Oliver Kiehl
2003-05-23
Fixed VC++ warning
Jamieson Christian
2003-05-23
some more derefActorSafe -> derefActor changes; found out why in COMI o6_getA...
Max Horn
2003-05-23
replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...
Max Horn
2003-05-23
when iterating from 1 to _numActors over all actors, use _actors[] directly i...
Max Horn
2003-05-23
clarified / tightened the o5_actorSet hack for actor 0 (it seems to be there ...
Max Horn
2003-05-23
don't hardcode 9 but rather use the default actor talk color as given in the ...
Max Horn
2003-05-23
_lock_counter controls seems to control whether mouse cursor should be shown ...
Travis Howell
2003-05-23
Patch #742132: o2_setobjectname script overwrite fix
James Brown
2003-05-23
Fixed tempo problems in Simon games
Jamieson Christian
2003-05-23
Fixed PPQN for old 'AD' music resources
Jamieson Christian
2003-05-23
Removed annoying warning
Jamieson Christian
2003-05-23
Fixed gcc warning
Jamieson Christian
2003-05-23
Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...
Jamieson Christian
2003-05-23
Removed invalid timer rate
Jamieson Christian
2003-05-23
Fixed VC++ warnings
Jamieson Christian
2003-05-23
added support in the save/load system for 2 dimensional arrays; used this for...
Max Horn
2003-05-23
v2 fix for o5_getDist (thx segra)
Max Horn
2003-05-23
added tons of asserts; added warnings for other cases where we so far silentl...
Max Horn
2003-05-23
fixed butterknife + cashcard
Max Horn
2003-05-23
added two more redrawV2Inventory invocations; removed calls to runHook (it do...
Max Horn
2003-05-23
o5_walkActorToActor cleanup, and fixed for V2
Max Horn
2003-05-23
some well placed asserts (triggering any of those means with 99% a bug in som...
Max Horn
2003-05-23
this fixme doesn't seem to be needed anymore
Max Horn
2003-05-22
oops, swapped set/clear state 2
Max Horn
2003-05-22
fixed more V2 clear/set state opcodes
Max Horn
2003-05-22
fixed Zak cashcard
Max Horn
2003-05-22
make sure that the mutex protects everything that affects the buffer
Max Horn
2003-05-22
get rid of some tables
Max Horn
2003-05-22
Added new module to project files
Jamieson Christian
2003-05-22
Separated IMuse Player into its own file
Jamieson Christian
2003-05-22
Added "smart-jump" capability to MidiParser.
Jamieson Christian
2003-05-22
not needed anymore since we read the preposition flag directly from the obcd ...
Max Horn
2003-05-22
restricted getObjectIndex to only search thru _objs, not _inventory(to avoid ...
Max Horn
2003-05-22
endian fix
Max Horn
2003-05-22
from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence p...
Max Horn
2003-05-22
fixed o2_ifClassOfIs
Max Horn
2003-05-22
small V2 doSentence tweak
Max Horn
2003-05-22
Fix sentence building
James Brown
2003-05-22
make drawSentence not crash on us
Jonathan Gray
2003-05-22
fixed meteor animation in MM (and probably others in MM and Zak)
Max Horn
2003-05-22
MAke debug output a little easier to read, a few corrections
Travis Howell
2003-05-22
Simon debug output name update
Travis Howell
2003-05-22
renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrame
Max Horn
2003-05-22
fix V2 actor initial mouth's (they were missing)
Max Horn
2003-05-22
V2 Inventory scrolling, etc
James Brown
2003-05-22
Fix V2 userface stuff in savestate
James Brown
[next]