Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-23 | Correct label font used by Amiga version of BRA. | Travis Howell | |
svn-id: r39629 | |||
2009-03-23 | Correct the fonts used by Amiga version of BRA. | Travis Howell | |
svn-id: r39628 | |||
2008-07-31 | Set correct font for dialogues in BRA Amiga. | Nicola Mettifogo | |
svn-id: r33467 | |||
2008-07-28 | Added support for text in BRA DOS demo. | Nicola Mettifogo | |
svn-id: r33360 | |||
2008-07-28 | * Changed Disk code in BRA to use FilesystemNode (duplication has become ↵ | Nicola Mettifogo | |
truly visible!). * Fixed Inventory items loading. svn-id: r33352 | |||
2008-07-27 | Inventory icons are now loaded correctly (not yet displayed). BRA doesn't ↵ | Nicola Mettifogo | |
crash anymore when pressing the right button. :) svn-id: r33335 | |||
2008-06-09 | Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array | Torbjörn Andersson | |
index. Probably because it's undefined whether or not it's signed.) svn-id: r32637 | |||
2008-04-06 | Add very basic support for Amiga version of BRA. | Travis Howell | |
svn-id: r31416 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-07 | Merged dos monospaced fonts subclasses into parent class. Handling is the ↵ | Nicola Mettifogo | |
same, and readability is more important than performance, especially when you call a routine only twice. svn-id: r30335 | |||
2008-01-04 | Fix for bug# 1729307. Fonts are now displayed with shadows when needed on ↵ | Nicola Mettifogo | |
Amiga. The correct font for intro screen has also been selected. svn-id: r30221 | |||
2007-11-18 | Cleanup. | Nicola Mettifogo | |
svn-id: r29556 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo | |
- code has been consolidated in fewer files - new table-driven parsers/execution - some functions has been pushed down the engine hierarchy - Parallaction_br now inherits from Parallaction_ns svn-id: r28711 | |||
2007-08-11 | Moved core font management from Gfx to engine. Gfx still retains features ↵ | Nicola Mettifogo | |
related to displaying text on screen. svn-id: r28530 | |||
2007-08-11 | Added preliminary font support for Big Red Adventure. | Nicola Mettifogo | |
svn-id: r28529 | |||
2007-07-27 | - Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns ↵ | Nicola Mettifogo | |
suffix to classes and member functions. - Added function stubs into new file disk_br.cpp for Big Red Adventure [IT STILL CRASHES!]. - Modified engine to create the proper Disk manager object. svn-id: r28246 | |||
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-13 | cleanup | Nicola Mettifogo | |
svn-id: r26834 | |||
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-18 | Fixes bug 1702679. | Nicola Mettifogo | |
svn-id: r26544 | |||
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 |