Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-13 | Largely cleanups. | Bjørn Lindeijer | 1 | -9/+9 | |
2005-02-13 | Some fixes and item updates | Eugenio Favalli | 1 | -2/+2 | |
2005-02-13 | No need to keep track of mouse position ourselves. Also put default startup | Bjørn Lindeijer | 1 | -7/+0 | |
mode to windowed. | |||||
2005-02-13 | Removed copyrighted song from CVS. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-02-13 | New shorter and more flexible pathfinding implementation, which is hopefully | Bjørn Lindeijer | 1 | -10/+17 | |
also more stable. | |||||
2005-02-11 | Working on equipment | Eugenio Favalli | 1 | -8/+25 | |
2005-02-06 | ops forgot it commented | Eugenio Favalli | 1 | -2/+2 | |
2005-02-06 | Fixing inventory (still needed to add a proper way to choose items, now ↵ | Eugenio Favalli | 1 | -14/+11 | |
creating a item widget) | |||||
2005-02-02 | Turned MAP struct into Map class. | Bjørn Lindeijer | 1 | -6/+6 | |
2005-01-30 | Doesn't create packet.list anymore. This avoids debian packaging security ↵ | Yohann Ferreira | 1 | -3/+3 | |
problems... | |||||
2005-01-30 | Allow ESC to quit login screen and do GUI logic before drawing. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-30 | Corrected Toggle fullscreen code | Yohann Ferreira | 1 | -1/+1 | |
2005-01-29 | *** empty log message *** | Yohann Ferreira | 1 | -1/+0 | |
2005-01-29 | *** empty log message *** | Yohann Ferreira | 1 | -2/+5 | |
2005-01-25 | *** empty log message *** | Yohann Ferreira | 1 | -0/+6 | |
2005-01-25 | *** empty log message *** | Yohann Ferreira | 1 | -1/+1 | |
2005-01-25 | *** empty log message *** | Yohann Ferreira | 1 | -81/+20 | |
2005-01-21 | Some refactoring of Being class. | Bjørn Lindeijer | 1 | -41/+13 | |
2005-01-19 | *** empty log message *** | Bjørn Lindeijer | 1 | -8/+0 | |
2005-01-17 | Improve key input some more. | Bjørn Lindeijer | 1 | -129/+57 | |
2005-01-17 | ESC works again for quit and Ctrl+F switched windowed/fullscreen in X11 | Bjørn Lindeijer | 1 | -166/+172 | |
2005-01-17 | *** empty log message *** | Yohann Ferreira | 1 | -1/+169 | |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -70/+65 | |
2005-01-15 | Fixed screenshot taking and changed chat box in Guichan widget. | Bjørn Lindeijer | 1 | -14/+15 | |
2005-01-15 | Fixed upping skills. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -8/+8 | |
used throughout application, cleaned up shop functions. | |||||
2005-01-15 | Fixed and improved death | Eugenio Favalli | 1 | -5/+14 | |
2005-01-15 | Cleaning | Eugenio Favalli | 1 | -3/+0 | |
2005-01-15 | Being struct/class switch | Eugenio Favalli | 1 | -148/+166 | |
2005-01-15 | Fixing crash on death. Death handling could still be improved though. | Bjørn Lindeijer | 1 | -34/+48 | |
2005-01-15 | Solved stats window problem with updating variable and sending stat update. | Bjørn Lindeijer | 1 | -20/+20 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 1 | -3/+3 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 1 | -3/+3 | |
2005-01-13 | *** empty log message *** | Yohann Ferreira | 1 | -1/+3 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -9/+10 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -0/+9 | |
2005-01-11 | Implemented parent relationship for Window class and converted more ok dialogs | Bjørn Lindeijer | 1 | -6/+6 | |
to the OkDialog class. | |||||
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -23/+1 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2005-01-04 | Converted level.wav to level.ogg | Bjørn Lindeijer | 1 | -2/+2 | |
2005-01-04 | Converted Skills dialog from old gui to Guichan. Files modified: ↵ | Aaron Marks | 1 | -13/+11 | |
graphics.cpp, graphics.h, game.cpp, main.cpp, skills.h, skills.cpp. Other files are unmodified (timestamp error) | |||||
2005-01-03 | Indenting and comment updates. | Bjørn Lindeijer | 1 | -560/+562 | |
2005-01-02 | Added some commented SDL code to prepare for switch. | Bjørn Lindeijer | 1 | -7/+44 | |
2005-01-01 | Some changes that should be quite meaningless. | Bjørn Lindeijer | 1 | -48/+44 | |
2004-12-29 | Ported the npc text dialog and some other small updates. | Bjørn Lindeijer | 1 | -20/+16 | |
2004-12-29 | Ported NPC list dialog to Guichan. | Bjørn Lindeijer | 1 | -5/+6 | |
2004-12-29 | Changes to disable sound on Windows. | Bjørn Lindeijer | 1 | -2/+10 | |
2004-12-29 | Subclassed AllegroInput to intercept shortcuts. | Bjørn Lindeijer | 1 | -95/+104 | |
2004-12-29 | - ported sound engine to SDL_Mixer | Alexander Baldeck | 1 | -5/+7 | |
- name change from TmwSound to Sound as required by HACKING.txt - slight modification of other files using it due to interface changes - minor speedups in Configuration - makefile.static modfified to link against SDL | |||||
2004-12-28 | A few cleanups and small fix to sell dialog. | Bjørn Lindeijer | 1 | -1/+0 | |
2004-12-28 | Ported sell dialog to Guichan. | Bjørn Lindeijer | 1 | -7/+14 | |