Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11178 | |||
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-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there ↵ | Max Horn | |
(this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 | |||
2003-09-13 | proper fix for bug #791207 | Joost Peters | |
svn-id: r10202 | |||
2003-08-21 | patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local ↵ | Jonathan Gray | |
bits in my tree svn-id: r9807 | |||
2003-08-20 | copied some fixes which only were in 0.5.1 branch. | Robert Göffringmann | |
svn-id: r9799 | |||
2003-08-03 | new compacts, new loading + saving code (not compatible to old one) | Robert Göffringmann | |
svn-id: r9439 | |||
2003-08-03 | Added GCC bugtracking id to workaround for future reference. | Marcus Comstedt | |
svn-id: r9431 | |||
2003-08-03 | GCC bug workaround... (merge from branch-0-5-0) | Marcus Comstedt | |
svn-id: r9429 | |||
2003-07-31 | cleaned up autoroute code | Robert Göffringmann | |
svn-id: r9318 | |||
2003-07-14 | maybe this fixed those random crashes... | Robert Göffringmann | |
svn-id: r9021 | |||
2003-07-14 | fix bug #770784: Talking characters stay at last frame | Robert Göffringmann | |
svn-id: r9010 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-12 | removed useless _backScreen from SkyScreen | Robert Göffringmann | |
svn-id: r8923 | |||
2003-07-12 | added support for different languages and fixed memory leak and screen ↵ | Robert Göffringmann | |
refreshes in load/save dialogs svn-id: r8921 | |||
2003-07-12 | implemented dialog skipping and cleaned up mouse code | Robert Göffringmann | |
svn-id: r8919 | |||
2003-07-11 | fix endian specific color palette bugs. | Robert Göffringmann | |
svn-id: r8917 | |||
2003-07-11 | fixed item descriptions | Robert Göffringmann | |
svn-id: r8913 | |||
2003-07-10 | implemented fnOpenHand/fnCloseHand, added debug cheats | Robert Göffringmann | |
svn-id: r8896 | |||
2003-07-10 | implemented fnRestartGame() and skipping of 2nd intro part | Robert Göffringmann | |
svn-id: r8885 | |||
2003-07-09 | added toggling music on/off | Robert Göffringmann | |
svn-id: r8884 | |||
2003-07-07 | applied patch #766979 (BASS: Possible fix for problem with cut-off speech). | Robert Göffringmann | |
added small change to SFX samplerate, sparky doesn't sound like a bird now, either. svn-id: r8840 | |||
2003-07-07 | endian fix by LavosSpawn (helps a lot :-) | Max Horn | |
svn-id: r8828 | |||
2003-07-07 | use our standard cast style | Max Horn | |
svn-id: r8824 | |||
2003-07-06 | cleanup this doxygen comment (li and arg are the same; we are using ↵ | Max Horn | |
autobrief; don't mix the JavaDoc and Qt styles; don't duplicate the function signature, there is no need for that and it gets out of sync (as in this case) svn-id: r8823 | |||
2003-07-04 | SFX is working correctly now. also implemented queued fx and fx saving. | Robert Göffringmann | |
The bass version is now included in the savegames, too. svn-id: r8747 | |||
2003-07-03 | Compact data for v. 0.0288, works as well as 0.0368 now. | Robert Göffringmann | |
svn-id: r8723 | |||
2003-07-02 | fixed save/restore grid problems | Robert Göffringmann | |
svn-id: r8703 | |||
2003-07-01 | removed useless AR saving leftovers and implemented fnRestoreGame() | Robert Göffringmann | |
svn-id: r8693 | |||
2003-07-01 | bass is completable now. | Robert Göffringmann | |
svn-id: r8691 | |||
2003-07-01 | fixed mouse restore on savegame restore and bug in fnTheyStartSub | Robert Göffringmann | |
svn-id: r8690 | |||
2003-07-01 | bypassed copy protection, fixed crash when disconnecting from link space, ↵ | Robert Göffringmann | |
fixed logix swing seqs svn-id: r8686 | |||
2003-07-01 | finished loading and saving, fixed grid bugs (some debugging code not yet ↵ | Robert Göffringmann | |
removed), implemented fnLincTextModule svn-id: r8682 | |||
2003-06-30 | finally fixed this stupid animation bug | Robert Göffringmann | |
svn-id: r8675 | |||
2003-06-27 | bugfix. doesn't seem to affect anything, though. | Robert Göffringmann | |
svn-id: r8670 | |||
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
2003-06-22 | native mt32 support and basic control panel (incomplete) | Robert Göffringmann | |
doesn't work with all versions, probably file numbers were changed svn-id: r8632 | |||
2003-06-09 | Sky shouldn't error() if no speech file exists for a sentence | Robert Göffringmann | |
svn-id: r8426 | |||
2003-06-09 | Sky shouldn't error() if no speech file exists for a sentence | Robert Göffringmann | |
svn-id: r8425 | |||
2003-06-09 | removed debugging leftovers, fixed one more sprite clipping issue. | Robert Göffringmann | |
svn-id: r8423 | |||
2003-06-09 | fixed issue about file decompression. | Robert Göffringmann | |
svn-id: r8421 | |||
2003-06-09 | added fnLookAt() | Joost Peters | |
svn-id: r8418 | |||
2003-06-09 | fixed SkyLogic bug and made font highlightning finally correct. | Robert Göffringmann | |
svn-id: r8416 | |||
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann | |
svn-id: r8412 | |||
2003-06-06 | add fnRandom() | Joost Peters | |
svn-id: r8359 |