Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-13 | some cleanup | Joost Peters | |
svn-id: r13263 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-03 | remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵ | Max Horn | |
namespace 'Sky' now) svn-id: r12114 | |||
2004-01-03 | Introduce namespace 'Sky' | Max Horn | |
svn-id: r12099 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11213 | |||
2003-10-05 | renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵ | Max Horn | |
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622 | |||
2003-10-01 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10516 | |||
2003-09-24 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10390 | |||
2003-08-13 | I didn't realize it at first, but LINC-space uses the same character data | Torbjörn Andersson | |
as the LINC terminals, so our patched characters looked very out of place since they didn't have the black outline the other characters had. I've fixed that, and tweaked the character data for "�" slightly. svn-id: r9657 | |||
2003-07-31 | added patched messages for BASS's mistranslations. | Robert Göffringmann | |
(also fixed bug about italian menu glitch) svn-id: r9349 | |||
2003-07-31 | More LINC terminal font adjustments: Patch the "j" character for all | Torbjörn Andersson | |
versions, and make the "1" a bit wider so that menus line up nicely. svn-id: r9336 | |||
2003-07-31 | applied slightly modified patch #772112 (BASS: Correcting (?) the LINC ↵ | Robert Göffringmann | |
terminal font) svn-id: r9317 | |||
2003-07-28 | checkin for LavosSpawn: 'work around bug #778105 (line width exceeded)' | Max Horn | |
svn-id: r9262 | |||
2003-07-12 | added khalek's huffman tree for 0.0109 | Robert Göffringmann | |
svn-id: r8945 | |||
2003-07-12 | add some stuff for v0.0109 | Jonathan Gray | |
svn-id: r8936 | |||
2003-07-10 | this fixes bug #768724 (text width exceeded in LINC terminal). | Robert Göffringmann | |
I wonder though, if this isn't in fact a bug in the huffman tree. svn-id: r8886 | |||
2003-07-09 | Fix character spacing for LINC terminals in v0.0288 as well. I've only | Torbjörn Andersson | |
tested is a little on a borrowed copy of BASS, but I think it should look the same as v0.0372 now. svn-id: r8881 | |||
2003-07-09 | The charSpacing values for _controlCharacterSet and _linkCharacterSet | Torbjörn Andersson | |
appear to have been swapped. Now the LINC terminal texts should fit in the screen area, and text in LINC space should look less "squashed". svn-id: r8877 | |||
2003-07-07 | fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or ↵ | Robert Göffringmann | |
may not fix graphics problems in hobbins' room on big endian systems (can't test that). svn-id: r8830 | |||
2003-07-07 | don't convert to LE, dataFileHeader is in native endianess | Max Horn | |
svn-id: r8825 | |||
2003-07-07 | use our standard cast style | Max Horn | |
svn-id: r8824 | |||
2003-07-06 | fixed decoding for special characters. 0.0303 is still incorrect, need ↵ | Robert Göffringmann | |
joost's help for that. svn-id: r8815 | |||
2003-07-05 | corrected all huffman trees and moved them out of text.cpp | Robert Göffringmann | |
svn-id: r8755 | |||
2003-07-04 | make sky detect v.0.0348 (even though not existing ;) | Robert Göffringmann | |
svn-id: r8751 | |||
2003-06-27 | fixed text decoding bug | Robert Göffringmann | |
svn-id: r8668 | |||
2003-06-14 | fix bug #754378 (I hope) | Oliver Kiehl | |
svn-id: r8466 | |||
2003-06-14 | fix 0.0368 text decoding bug | Oliver Kiehl | |
svn-id: r8465 | |||
2003-06-09 | fixed SkyLogic bug and made font highlightning finally correct. | Robert Göffringmann | |
svn-id: r8416 | |||
2003-06-09 | whoops. | Robert Göffringmann | |
svn-id: r8413 | |||
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann | |
svn-id: r8412 | |||
2003-06-06 | changed warning() to error(), this is how it is in the original, and this ↵ | Joost Peters | |
seems to happen when you try to exit the underground-bar currently, don't know why yet. svn-id: r8351 | |||
2003-06-05 | fixed sprite drawing, added some mouse support and some logic routines. | Robert Göffringmann | |
svn-id: r8332 | |||
2003-06-02 | added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid ↵ | Robert Göffringmann | |
out of SkyState svn-id: r8266 | |||
2003-06-01 | cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG | Robert Göffringmann | |
svn-id: r8253 | |||
2003-05-30 | fix bug | Oliver Kiehl | |
svn-id: r8147 | |||
2003-05-30 | fixed stupid bug | Joost Peters | |
svn-id: r8144 | |||
2003-05-30 | fixed bug | Joost Peters | |
svn-id: r8136 | |||
2003-05-26 | Fixed MSVC warnings | Jamieson Christian | |
svn-id: r8030 | |||
2003-05-26 | some additions | Oliver Kiehl | |
svn-id: r8010 | |||
2003-05-17 | small fix and added skyText destructor | Robert Göffringmann | |
svn-id: r7617 | |||
2003-05-09 | no need for inheritance anymore | Oliver Kiehl | |
svn-id: r7407 | |||
2003-05-09 | use huffman trees instead of that spaghetti code | Oliver Kiehl | |
svn-id: r7405 | |||
2003-05-03 | fixed pink-text bug | Joost Peters | |
svn-id: r7294 | |||
2003-04-30 | fixed warning | Paweł Kołodziejski | |
svn-id: r7208 | |||
2003-04-29 | added lowTextManager(), moved language from getText() to SkyText constructor ↵ | Joost Peters | |
+ some cleanup svn-id: r7202 | |||
2003-04-29 | changed return type for displayText() | Joost Peters | |
svn-id: r7201 | |||
2003-04-28 | Some fixes + added floppy version intro | Joost Peters | |
svn-id: r7181 | |||
2003-04-25 | Committing my stuff under pressure from Endy ;) | Oliver Kiehl | |
please note that there are still many bugs in here. several stuff isn't endian safe either. SkyLogic needs to get split up as well. svn-id: r7106 | |||
2003-04-21 | fixed compiler warning | Joost Peters | |
svn-id: r7066 | |||
2003-04-21 | added text decoder for v0.0303 | Joost Peters | |
svn-id: r7059 |