.. |
animation.cpp
|
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
|
2007-03-29 18:34:31 +00:00 |
archive.cpp
|
Changed detection of the dreaded 'fr' archive in Nippon Safes Amiga Demo. This is not a better hack than before, except that now it works.
|
2007-03-24 23:57:29 +00:00 |
callables.cpp
|
Overhaul of palette management to bring it back to its original form. Gfx palette code has been updated, and _c_endComment (callable from scripts) has been implemented. As a by-product, palette cycling now finally works!
|
2007-03-28 20:12:00 +00:00 |
commands.cpp
|
Added new class Table, and updated Disk accordingly. Tables can be populated after their creation or wrapped around existing arrays. Thus, the old functions (initTable, freeTable and searchTable) have been removed.
|
2007-03-24 21:18:08 +00:00 |
commands.h
|
- fixed regression bug: one free/delete mismatch
|
2007-03-24 16:36:13 +00:00 |
debug.cpp
|
replaced memAlloc/memFree with standard malloc/free
|
2007-03-04 08:58:23 +00:00 |
defs.h
|
Added GF_DEMO flag and ability to load the correct location at start.
|
2007-04-01 12:42:30 +00:00 |
detection.cpp
|
Added GF_DEMO flag and ability to load the correct location at start.
|
2007-04-01 12:42:30 +00:00 |
dialogue.cpp
|
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
|
2007-03-29 18:34:31 +00:00 |
disk.cpp
|
- slightly improved mask for amiga (not perfect yet)
|
2007-04-02 20:53:25 +00:00 |
disk.h
|
- Added a new class RLEDecoder to avoid code duplication in Disk routines.
|
2007-04-01 19:22:15 +00:00 |
graphics.cpp
|
Added code for resource loading and fixed the bug having Amiga demo crashing. It is now limitedly playable, although graphics is still heavily messed up.
|
2007-04-01 14:35:33 +00:00 |
graphics.h
|
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
|
2007-03-29 18:34:31 +00:00 |
intro.cpp
|
made Animation a subclass of Zone (finally!)
|
2007-03-19 21:49:41 +00:00 |
inventory.cpp
|
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
|
2007-03-29 18:34:31 +00:00 |
inventory.h
|
fixed regression bug caused by ZoneTypeData being declared as a struct instead of an union. Should have taken care of this when the switch was actually made...
|
2007-02-17 10:58:54 +00:00 |
location.cpp
|
Overhaul of palette management to bring it back to its original form. Gfx palette code has been updated, and _c_endComment (callable from scripts) has been implemented. As a by-product, palette cycling now finally works!
|
2007-03-28 20:12:00 +00:00 |
menu.cpp
|
made Menu use _vm instead of _engine
|
2007-04-01 11:44:58 +00:00 |
menu.h
|
made Menu use _vm instead of _engine
|
2007-04-01 11:44:58 +00:00 |
module.mk
|
fix broken build
|
2007-03-02 22:55:46 +00:00 |
music.cpp
|
wrapped active location data into a new structure
|
2007-03-11 14:14:08 +00:00 |
music.h
|
Add support for MIDI music. THough the music is not yet heard since
|
2007-02-21 21:42:37 +00:00 |
parallaction.cpp
|
Added GF_DEMO flag and ability to load the correct location at start.
|
2007-04-01 12:42:30 +00:00 |
parallaction.h
|
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
|
2007-03-29 18:34:31 +00:00 |
parser.cpp
|
made Script optionally take ownership and dispose input text
|
2007-03-04 15:00:50 +00:00 |
parser.h
|
made Script optionally take ownership and dispose input text
|
2007-03-04 15:00:50 +00:00 |
saveload.cpp
|
Function changeCharacter is now responsible for loading character specific Zones and such
|
2007-04-01 12:17:38 +00:00 |
staticres.cpp
|
Added new class Table, and updated Disk accordingly. Tables can be populated after their creation or wrapped around existing arrays. Thus, the old functions (initTable, freeTable and searchTable) have been removed.
|
2007-03-24 21:18:08 +00:00 |
walk.cpp
|
made more functions members of Parallaction
|
2007-03-24 19:55:34 +00:00 |
walk.h
|
oops forgot to add a file
|
2007-03-12 22:54:04 +00:00 |
zone.cpp
|
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
|
2007-03-29 18:34:31 +00:00 |
zone.h
|
made more functions members of Parallaction
|
2007-03-24 19:55:34 +00:00 |