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
/
queen
/
logic.cpp
Age
Commit message (
Expand
)
Author
2003-10-15
preliminary GRAPHIC_ANIM support
Gregory Montoir
2003-10-15
- Use Logic::roomRefreshObject() in Cutaway
David Eriksson
2003-10-15
- Make Cutaway use Walk object from Logic
David Eriksson
2003-10-15
DISP_ROOM/REDISP_OBJ() implementation (still missing GRAPHIC_ANIM stuff)
Gregory Montoir
2003-10-14
moved some methods from Queen::Walk to Queen::Logic
Gregory Montoir
2003-10-14
rewritten Logic::initialise(), making use of 'unserializing' functions
Gregory Montoir
2003-10-14
preliminary FIND_STATE implementation
Gregory Montoir
2003-10-14
Compare correct actor names.
David Eriksson
2003-10-13
Logic::personSetData correction
Gregory Montoir
2003-10-13
DISP_ROOM additions + 'Person' functions
Gregory Montoir
2003-10-12
added missing INITIATE() code, added language detection to Resource class, etc.
Joost Peters
2003-10-12
minor initialise() tweaks, added panel zones
Gregory Montoir
2003-10-12
minor additions for DISP_ROOM
Gregory Montoir
2003-10-12
DISP_ROOM additions/corrections
Gregory Montoir
2003-10-11
preliminary DISP_ROOM implementation
Gregory Montoir
2003-10-10
Graphics tweaks
Gregory Montoir
2003-10-10
additions/corrections to walking functions
Gregory Montoir
2003-10-09
minor additions to walk class + get/set functions for Logic::_area
Gregory Montoir
2003-10-09
added walking functions
Gregory Montoir
2003-10-08
added new structures
Gregory Montoir
2003-10-07
Fixed assert(). I think -- I don't even get this far before ScummVM crashes
Torbjörn Andersson
2003-10-07
add Joe struct + get/set functions
Joost Peters
2003-10-06
some additions + small readability rewrite
Joost Peters
2003-10-06
Start on index 1, not 0.
David Eriksson
2003-10-06
Check array bounds.
David Eriksson
2003-10-05
renamed classes (we have our own namespace now) + fixed segfault in logic
Joost Peters
2003-10-04
Added gameState to QueenLogic
David Eriksson
2003-10-03
fix 2 cases not handled in findBob() (stupid me...) and match new/delete
Gregory Montoir
2003-10-03
namespace Queen
Max Horn
2003-10-03
Use struct and not array for objectData.
David Eriksson
2003-10-03
Fix GCC warning.
Torbjörn Andersson
2003-10-02
You did not see the previous version of this code
David Eriksson
2003-10-02
Fix bugs, add warnings.
David Eriksson
2003-10-02
Handle _sfxName table properly
David Eriksson
2003-10-02
findBob function + tweaks in QueenLogic
Gregory Montoir
2003-10-02
Needing area, and it must be signed ints
David Eriksson
2003-10-02
More member data access.
David Eriksson
2003-10-02
Must be able to access some data here.
David Eriksson
2003-09-29
small cleanup
Joost Peters
2003-09-29
added BANK code from Gregory + minor change to loadFile()
Joost Peters
2003-09-29
Fixed MSVC6 errors
Jamieson Christian
2003-09-28
use new operator instead of malloc() and added generic file loading function
Joost Peters
2003-09-28
queen initial import
Joost Peters