Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | CRUISE: Remove some useless variables, use a boolean for a variable | Strangerke | |
2014-06-09 | CRUISE: Initialize some variables in the contractor, change some variables ↵ | Strangerke | |
to boolean | |||
2014-06-06 | CRUISE: Fix some more CppCheck warnings | Strangerke | |
2014-06-01 | CRUISE: Reduce the scope of variables used in the for loops | Strangerke | |
2014-02-18 | CRUISE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-11-04 | CRUISE: Removed duplicate variable assignment | Filippos Karapetis | |
2011-06-30 | JANITORIAL: Silence a couple of "variable set but not used" warnings. | eriktorbjorn | |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg | |
Found by GCC 4.6's -Wunused-but-set-variable | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-09 | Set up a basic tracing system for all memory allocations to help track down ↵ | Paul Gilbert | |
memory leaks svn-id: r44808 | |||
2009-10-02 | Bugfix for dirty rects getting lost during room fade-ins | Paul Gilbert | |
svn-id: r44536 | |||
2009-09-26 | Bugfix for the dirty rects for drawn sprites when the sprite is partially ↵ | Paul Gilbert | |
off-screen svn-id: r44372 | |||
2009-09-11 | Added an experimental screen transition dirty rect calculation code which ↵ | Paul Gilbert | |
should make background changes faster on slower devices or when scalers are active svn-id: r44032 | |||
2009-09-11 | Bugfix for the boundaries of changing objects used for dirty rect calculations | Paul Gilbert | |
svn-id: r44031 | |||
2009-08-15 | Added Dirty Rect handling functionality | Paul Gilbert | |
svn-id: r43406 | |||
2009-07-26 | fix/workaround for cruise crash on OSX | Joost Peters | |
svn-id: r42826 | |||
2009-06-01 | Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to ↵ | Joost Peters | |
clarify that flipping only occurs on LE systems + some related cleanup. svn-id: r41107 | |||
2009-05-17 | Properly named the dialog menu item 'selected' field | Paul Gilbert | |
svn-id: r40632 | |||
2009-03-16 | Code formatting, added further constant references, and corrected method ↵ | Paul Gilbert | |
signatures svn-id: r39445 | |||
2009-03-07 | Fixed some method parameters, changed the main loop to a method of the ↵ | Paul Gilbert | |
engine class, and moved the frame delay code to the main loop to make the game more responsive to events svn-id: r39180 | |||
2009-03-01 | Cleaned up parts of the font display system. Note: Cruise used two almost ↵ | Paul Gilbert | |
identical routines for text display - one which creates a draw structure, and the other draws directly to the screen. Since there don't seem to be any other differences, the immediate draw version has been changed to use the rendering version and then draw the results svn-id: r38994 | |||
2009-01-16 | Code formatting fixes, automatically performed by astyle | Max Horn | |
svn-id: r35870 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-27 | Muting the compiler (Sorry again, yaz0r :P) | Sven Hesse | |
svn-id: r30016 | |||
2007-12-27 | Early pathfinding | Vincent Hamm | |
svn-id: r30012 | |||
2007-12-25 | Fix input | Vincent Hamm | |
Fix timming svn-id: r29990 | |||
2007-12-25 | Fix title screen regression | Vincent Hamm | |
svn-id: r29988 | |||
2007-12-25 | Fix blinking character | Vincent Hamm | |
svn-id: r29987 | |||
2007-12-25 | Bunch of gfx fix | Vincent Hamm | |
svn-id: r29986 | |||
2007-12-24 | Fix background save/restore | Vincent Hamm | |
svn-id: r29979 | |||
2007-12-24 | -Fade in/fade out | Vincent Hamm | |
-Implement background mode 5 svn-id: r29968 | |||
2007-12-20 | Multiple fix/cleanup | Vincent Hamm | |
One bug remains before the game is completable without hack svn-id: r29920 | |||
2007-12-18 | Fix loading savegame from original interpreter | Vincent Hamm | |
svn-id: r29901 | |||
2007-12-11 | Changed some swaps to use the template SWAP | Filippos Karapetis | |
svn-id: r29829 | |||
2007-11-11 | Menu display fix | Vincent Hamm | |
Linked objects implementation (barman) The gameplay is now kind of working and it is possible to play at least the first part of the game svn-id: r29478 | |||
2007-11-05 | Implement polygon and sprite masking | Vincent Hamm | |
svn-id: r29422 | |||
2007-11-04 | Some code formating fixes | Sven Hesse | |
svn-id: r29409 | |||
2007-11-04 | Fix a few script issues | Vincent Hamm | |
svn-id: r29397 | |||
2007-11-04 | Click on polygon detection | Vincent Hamm | |
Object menu fix for doors svn-id: r29395 | |||
2007-11-03 | More polygon fix (nearly pixel perfect...) | Vincent Hamm | |
svn-id: r29393 | |||
2007-11-03 | More polygon fix | Vincent Hamm | |
svn-id: r29390 | |||
2007-11-03 | Unleashing the polygon virus! (I.e. fixing a compiler warning and a, what I ↵ | Sven Hesse | |
think is a, logical error. Also changing swaps to use the template SWAP.) svn-id: r29385 | |||
2007-11-03 | Early polygon rewrite | Vincent Hamm | |
svn-id: r29383 | |||
2007-11-01 | Small cleanups | Vincent Hamm | |
svn-id: r29352 | |||
2007-10-29 | Implement more object input | Vincent Hamm | |
svn-id: r29317 | |||
2007-10-29 | Add more object menu controls | Vincent Hamm | |
svn-id: r29312 |