Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-06 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r26762 | |||
2007-05-06 | Menu handling simplification. | Nicola Mettifogo | |
svn-id: r26760 | |||
2007-05-06 | Some cheap cleanup. | Nicola Mettifogo | |
svn-id: r26757 | |||
2007-05-06 | Added embryonic debugger, and some adjustments to make basic commands work. | Nicola Mettifogo | |
svn-id: r26755 | |||
2007-05-01 | Fix warning (unsigned ints are never negative) | Max Horn | |
svn-id: r26726 | |||
2007-05-01 | Fix compilation (sigh). | Nicola Mettifogo | |
svn-id: r26724 | |||
2007-05-01 | Changed some filenames to adhere to standard. | Nicola Mettifogo | |
svn-id: r26723 | |||
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to ↵ | Nicola Mettifogo | |
parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. svn-id: r26719 | |||
2007-04-28 | Changed abs() to ABS() | Torbjörn Andersson | |
svn-id: r26639 | |||
2007-04-27 | Fix warning | Max Horn | |
svn-id: r26621 | |||
2007-04-27 | Refactored music code for dos version and added music to Amiga versions. | Nicola Mettifogo | |
svn-id: r26619 | |||
2007-04-23 | Fixed paths. (Short comment for big achievement). | Nicola Mettifogo | |
svn-id: r26586 | |||
2007-04-23 | Fonts have been taking care of them being proportional for some time now, so ↵ | Nicola Mettifogo | |
it's time to remove old flags. svn-id: r26585 | |||
2007-04-23 | Improvements on background masking in Amiga versions (not yet perfect, though), | Nicola Mettifogo | |
svn-id: r26584 | |||
2007-04-23 | Fixed VS2005 warning | Nicola Mettifogo | |
svn-id: r26582 | |||
2007-04-23 | Some fixes for font management: | Nicola Mettifogo | |
- new Amiga topaz font - labels can be seen on the Amiga demo - colors are now working svn-id: r26580 | |||
2007-04-23 | Tiny fix for missing text in slides. | Nicola Mettifogo | |
svn-id: r26579 | |||
2007-04-23 | Simplified loading of background resources for Amiga. | Nicola Mettifogo | |
svn-id: r26578 | |||
2007-04-23 | Fixed walking bug: random nodes aren't inserted in the walk path anymore. | Nicola Mettifogo | |
svn-id: r26577 | |||
2007-04-22 | Added stubs for Amiga specific callables. | Nicola Mettifogo | |
svn-id: r26565 | |||
2007-04-21 | - Implemented Amiga halfbrite mode in palette code, though usage is limited ↵ | Nicola Mettifogo | |
to displayItemComment() for the moment. - Some changes to palette routines to make them fit with the new scheme. svn-id: r26553 | |||
2007-04-18 | Fixes bug 1702679. | Nicola Mettifogo | |
svn-id: r26544 | |||
2007-04-16 | Fix compilation | Sven Hesse | |
svn-id: r26533 | |||
2007-04-16 | Now handling fonts with brand-new Font hierarchy. Amiga font have been ↵ | Nicola Mettifogo | |
implemented for dialogues/descriptions, but not for labels yet. svn-id: r26530 | |||
2007-04-15 | - Fonts are now preloaded at start. | Nicola Mettifogo | |
- Replaced font string names with enums. - Some slight simplification to Disk. svn-id: r26518 | |||
2007-04-15 | Fixed some memory leaks. | Nicola Mettifogo | |
svn-id: r26483 | |||
2007-04-11 | Implemented palette animation to Amiga version of Nippon Safes. | Nicola Mettifogo | |
svn-id: r26453 | |||
2007-04-11 | - Moved Zone and Animation to List<>. | Nicola Mettifogo | |
- Removed any reference to Node from codebase. svn-id: r26452 | |||
2007-04-10 | Moved Jobs to ManagedList. Since Jobs must be ordered according to their ↵ | Nicola Mettifogo | |
priority, a new insertSorted method has been added to the implementation. svn-id: r26451 | |||
2007-04-09 | Cleanup of Zone/Animation removal code. Only the good god of void pointers ↵ | Nicola Mettifogo | |
knows how it managed to work until now. svn-id: r26430 | |||
2007-04-09 | - moved walk code to List<> | Nicola Mettifogo | |
- some adjustments to #include statements svn-id: r26424 | |||
2007-04-09 | Fixed regression bug in dialogue code. | Nicola Mettifogo | |
svn-id: r26422 | |||
2007-04-07 | Fixed broken implementation of ManagedList | Nicola Mettifogo | |
svn-id: r26412 | |||
2007-04-07 | Added new ManagedList class to handle Instruction and Command lists. The ↵ | Nicola Mettifogo | |
same class will be used to hold Zone, Animation and WalkNode lists. svn-id: r26410 | |||
2007-04-07 | cleanup | Nicola Mettifogo | |
svn-id: r26409 | |||
2007-04-07 | Fixed incomplete implementation of Command lists. | Nicola Mettifogo | |
svn-id: r26408 | |||
2007-04-07 | Changed Commands to use List<> | Nicola Mettifogo | |
svn-id: r26407 | |||
2007-04-07 | Explicit constructor invoked when instancing WalkNode. | Nicola Mettifogo | |
svn-id: r26406 | |||
2007-04-07 | Implemented destructors for Question and Answer. | Nicola Mettifogo | |
svn-id: r26405 | |||
2007-04-07 | New struct Answer introduced. | Nicola Mettifogo | |
svn-id: r26404 | |||
2007-04-07 | oops forgot to deallocate List nodes after usage | Nicola Mettifogo | |
svn-id: r26403 | |||
2007-04-07 | Added code for ~Command(). | Nicola Mettifogo | |
svn-id: r26402 | |||
2007-04-07 | change Program to use a List<> of Instructions instead of a homebrew linked list | Nicola Mettifogo | |
svn-id: r26401 | |||
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion ↵ | Nicola Mettifogo | |
as soon as List<>'s usage is implemented. svn-id: r26400 | |||
2007-04-07 | Turned free___() routines into proper destructors for Zone, Animation and ↵ | Nicola Mettifogo | |
Program, and added memo comments for porting the engine to Common::List<>. svn-id: r26399 | |||
2007-04-06 | Enabled lazy removal for Job instances. | Nicola Mettifogo | |
svn-id: r26396 | |||
2007-04-06 | Made Program hold an explicit reference to its set of Instruction(s) instead ↵ | Nicola Mettifogo | |
of simply being a Node chained with them. svn-id: r26393 | |||
2007-04-04 | Characters now only store the set of frames they actually need. Basically, ↵ | Nicola Mettifogo | |
mini characters and normal characters are now completely separated. svn-id: r26381 | |||
2007-04-03 | - added a new archive member variable to Disk, to decouple resource archives ↵ | Nicola Mettifogo | |
from location archives - made Script use a stream as input with overall simplification of Disk routines svn-id: r26379 | |||
2007-04-03 | - fixed RLEStream | Nicola Mettifogo | |
- simplified unpacking of background for dos version - other minor changes svn-id: r26378 |