Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-21 | Fixed the largest memory leaks. | Nicola Mettifogo | |
svn-id: r26905 | |||
2007-05-20 | Disabled halfbrite for Amiga versions. The effect will be enabled again when ↵ | Nicola Mettifogo | |
support is complete. svn-id: r26890 | |||
2007-05-13 | More cleanup. | Nicola Mettifogo | |
svn-id: r26835 | |||
2007-05-13 | cleanup | Nicola Mettifogo | |
svn-id: r26834 | |||
2007-05-13 | New debug messages. | Nicola Mettifogo | |
svn-id: r26832 | |||
2007-05-06 | Fixed sketch glitches in the introduction. | Nicola Mettifogo | |
svn-id: r26765 | |||
2007-05-06 | Some cheap cleanup. | Nicola Mettifogo | |
svn-id: r26757 | |||
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 | 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-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-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-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-01 | Added code for resource loading and fixed the bug having Amiga demo ↵ | Nicola Mettifogo | |
crashing. It is now limitedly playable, although graphics is still heavily messed up. svn-id: r26349 | |||
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | Nicola Mettifogo | |
- enforced use of getFramePtr instead of Cnv::_array member svn-id: r26317 | |||
2007-03-28 | Overhaul of palette management to bring it back to its original form. Gfx ↵ | Nicola Mettifogo | |
palette code has been updated, and _c_endComment (callable from scripts) has been implemented. As a by-product, palette cycling now finally works! svn-id: r26314 | |||
2007-03-27 | Fixed palette bug to allow proper display of splash screens, but dos palette ↵ | Nicola Mettifogo | |
is still broken in game. Palette code needs a general revision due to differences between dos and amiga. svn-id: r26313 | |||
2007-03-19 | deleted some dead code | Nicola Mettifogo | |
svn-id: r26242 | |||
2007-03-18 | Made loadStatic return a new StaticCnv instead of accepting a parameter. All ↵ | Nicola Mettifogo | |
disk functions now accept only a resource name as their parameter. svn-id: r26232 | |||
2007-03-18 | changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames() | Nicola Mettifogo | |
svn-id: r26230 | |||
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo | |
svn-id: r26216 | |||
2007-03-18 | converted input and labels to Common::Point | Nicola Mettifogo | |
svn-id: r26214 | |||
2007-03-18 | Made loadFont return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26203 | |||
2007-03-18 | - made loadPointer return a new StaticCnv instead of accepting a parameter. | Nicola Mettifogo | |
- adjusted Gfx code handling mouse pointers. svn-id: r26201 | |||
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo | |
svn-id: r26195 | |||
2007-03-17 | renamed structures to be more general | Nicola Mettifogo | |
svn-id: r26184 | |||
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx ↵ | Nicola Mettifogo | |
accordingly svn-id: r26145 | |||
2007-03-14 | removed explicit references to kMask0 since there is only 1 mask available | Nicola Mettifogo | |
svn-id: r26140 | |||
2007-03-14 | some slight refactoring | Nicola Mettifogo | |
svn-id: r26139 | |||
2007-03-14 | removed dead code | Nicola Mettifogo | |
svn-id: r26138 | |||
2007-03-14 | implemented clipping using Common::Rect::clip | Nicola Mettifogo | |
svn-id: r26137 | |||
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo | |
svn-id: r26128 | |||
2007-03-13 | removed special case of Graphics::copyRect in favor of more general code | Nicola Mettifogo | |
svn-id: r26126 | |||
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing ↵ | Nicola Mettifogo | |
Graphics::kBit3. Some duplicated code now exists in graphics.cpp and inventory.cpp. svn-id: r26123 | |||
2007-03-13 | made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples | Nicola Mettifogo | |
svn-id: r26121 | |||
2007-03-12 | moved background path buffer management into walk.cpp | Nicola Mettifogo | |
svn-id: r26117 | |||
2007-03-12 | removed useless routines (maybe leftovers from the amiga conversion) | Nicola Mettifogo | |
svn-id: r26116 | |||
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to ↵ | Nicola Mettifogo | |
Parallaction::_gfx to shorten lines and avoid aliasing with framework's Graphics svn-id: r26111 | |||
2007-03-12 | The only uses for StaticCnv::_data2 were by Get and Door zones, so a new ↵ | Nicola Mettifogo | |
field has been added to those structure and _data2 has been deleted. Some graphic routines has been renamed to better reflect this change, too. svn-id: r26107 | |||
2007-03-10 | more robust font management | Nicola Mettifogo | |
svn-id: r26068 | |||
2007-03-10 | character loading/freeing routines now also handle Heads and Talks, instead ↵ | Nicola Mettifogo | |
of having scattered code around svn-id: r26059 | |||
2007-03-04 | fixed regression: background used to get broken when items were picked up | Nicola Mettifogo | |
svn-id: r25981 | |||
2007-03-04 | wrapped loader routines into a new class named Disk. The new class is also ↵ | Nicola Mettifogo | |
responsible for handling Archives in place of the Parallaction engine. svn-id: r25972 | |||
2007-03-04 | moved background loading into disk.cpp | Nicola Mettifogo | |
svn-id: r25968 | |||
2007-03-04 | moved platform-dependant resource loading routines into disk.cpp | Nicola Mettifogo | |
svn-id: r25964 | |||
2007-03-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo | |
svn-id: r25962 | |||
2007-03-03 | removed common-case code from loadBackground | Nicola Mettifogo | |
svn-id: r25949 |