Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-15 | Solved stats window problem with updating variable and sending stat update. | Bjørn Lindeijer | 4 | -79/+79 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 1 | -1/+2 | |
2005-01-14 | Some fixes for Dev-C++ but it has a black screen problem. | Bjørn Lindeijer | 1 | -5/+1 | |
2005-01-14 | Rewrote Spriteset to work with Image* instead of BITMAP* | Bjørn Lindeijer | 1 | -3/+6 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 3 | -22/+100 | |
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 5 | -54/+31 | |
2005-01-14 | Extended Image with methods to get width, height and draw a pattern and made | Bjørn Lindeijer | 3 | -19/+21 | |
Window widget use it. | |||||
2005-01-14 | *** empty log message *** | Yohann Ferreira | 2 | -2/+7 | |
2005-01-14 | *** empty log message *** | Yohann Ferreira | 1 | -1/+1 | |
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 3 | -3/+3 | |
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available. | |||||
2005-01-13 | *** empty log message *** | Yohann Ferreira | 1 | -0/+2 | |
2005-01-13 | *** empty log message *** | Yohann Ferreira | 2 | -9/+27 | |
2005-01-13 | Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog class | Bjørn Lindeijer | 7 | -205/+224 | |
2005-01-13 | Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining. | Bjørn Lindeijer | 7 | -39/+21 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -9/+12 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -1/+1 | |
2005-01-12 | Changed layout of status dialog somewhat. | Bjørn Lindeijer | 2 | -32/+42 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 3 | -6/+31 | |
2005-01-11 | Implemented parent relationship for Window class and converted more ok dialogs | Bjørn Lindeijer | 11 | -148/+255 | |
to the OkDialog class. | |||||
2005-01-09 | Updating Dev-Cpp project file and Win32 binaries and fixing a compilation issue | Eugenio Favalli | 1 | -0/+2 | |
2005-01-08 | Some improvements to character creation and selection dialogs. | Bjørn Lindeijer | 6 | -225/+336 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 34 | -127/+316 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2005-01-07 | Don't forget to commit the WindowContainer. | Bjørn Lindeijer | 2 | -0/+136 | |
2005-01-07 | Solved the window dragging problem. | Bjørn Lindeijer | 3 | -5/+16 | |
2005-01-06 | Dragged in some Guichan code so that we can handle things a bit different. | Bjørn Lindeijer | 2 | -14/+129 | |
2005-01-06 | Moved some GUI code into a class. | Bjørn Lindeijer | 5 | -90/+117 | |
2005-01-06 | Mostly commenting and indenting changes for setup dialog. | Bjørn Lindeijer | 2 | -152/+158 | |
2005-01-05 | Removed bugging cancel button from npc dialog and fixed npc sprites. | Bjørn Lindeijer | 2 | -11/+20 | |
2005-01-04 | Got rid of last 5 Allegro datafiles. | Bjørn Lindeijer | 2 | -8/+6 | |
2005-01-04 | Removed large parts of old GUI code and improved layout of a few dialogs. | Bjørn Lindeijer | 5 | -604/+185 | |
2005-01-04 | Use custom ListBox and ScrollArea for skill dialog. | Bjørn Lindeijer | 2 | -25/+40 | |
2005-01-04 | Converted Skills dialog from old gui to Guichan. Files modified: ↵ | Aaron Marks | 2 | -129/+144 | |
graphics.cpp, graphics.h, game.cpp, main.cpp, skills.h, skills.cpp. Other files are unmodified (timestamp error) | |||||
2005-01-03 | Using own ListBox, | Mateusz Kaduk | 2 | -15/+19 | |
Removed temporarly unused radio button. | |||||
2005-01-02 | Got rid of hairset.dat and playerset.dat. | Bjørn Lindeijer | 2 | -17/+20 | |
2005-01-02 | Removed Allegro datafile graphic.dat | Bjørn Lindeijer | 3 | -4/+4 | |
2005-01-01 | Some changes that should be quite meaningless. | Bjørn Lindeijer | 1 | -1/+2 | |
2004-12-30 | Marker area of vertical scrollbar now skinned. Graphics seem lacking for | Bjørn Lindeijer | 2 | -0/+60 | |
other parts. | |||||
2004-12-30 | Subclassed ListBox and TextBox for a little better visual appearance. | Bjørn Lindeijer | 8 | -4/+209 | |
2004-12-30 | Cleanup, mainly removing unused code. | Bjørn Lindeijer | 3 | -317/+32 | |
2004-12-30 | - added exception handling to setup dialog while starting sound | Alexander Baldeck | 1 | -1/+6 | |
2004-12-29 | Ported the npc text dialog and some other small updates. | Bjørn Lindeijer | 8 | -24/+178 | |
2004-12-29 | Ported NPC list dialog to Guichan. | Bjørn Lindeijer | 3 | -47/+109 | |
2004-12-29 | Updating devcpp project file | Eugenio Favalli | 1 | -3/+0 | |
2004-12-29 | Updating devcpp project file | Eugenio Favalli | 1 | -0/+2 | |
2004-12-29 | Changes to disable sound on Windows. | Bjørn Lindeijer | 1 | -25/+30 | |
2004-12-29 | Subclassed AllegroInput to intercept shortcuts. | Bjørn Lindeijer | 3 | -1/+121 | |
2004-12-29 | - ported sound engine to SDL_Mixer | Alexander Baldeck | 3 | -3/+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 | 3 | -23/+3 | |