Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-20 | Added basic functionality for the new skill dialog. Class support, ↵ | Kiyoshi Kyokai | 1 | -0/+4 | |
initialization, creation, deconstruction, etc. You can activate it with ALT+n. | |||||
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -2/+5 | |
that the current one remains working for now. Also XML maps now can load but not the base64 or gzip kind yet. | |||||
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 1 | -7/+10 | |
2005-02-20 | Better working equipment! | Eugenio Favalli | 1 | -6/+25 | |
2005-02-20 | Finally equipment! Sometimes it works :P | Eugenio Favalli | 1 | -7/+25 | |
2005-02-20 | added skill functionality | Kiyoshi Kyokai | 1 | -3/+2 | |
2005-02-18 | So I added this alpha attribute to images... | Bjørn Lindeijer | 1 | -1/+1 | |
2005-02-16 | "make dist" now produces distributions that compile and run, upped version to | Bjørn Lindeijer | 1 | -27/+26 | |
0.0.10 for next release and some minor changes. | |||||
2005-02-14 | Display of path to mouse now a debug feature you can toggle with F6, plus some | Bjørn Lindeijer | 1 | -0/+5 | |
more log file usage. | |||||
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 | |