Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-29 | - ported sound engine to SDL_Mixer | Alexander Baldeck | 8 | -279/+170 | |
- 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 | 4 | -24/+3 | |
2004-12-28 | Ported sell dialog to Guichan. | Bjørn Lindeijer | 10 | -75/+274 | |
2004-12-28 | Fixed refreshing of stats window | Mateusz Kaduk | 2 | -6/+3 | |
2004-12-28 | - some optimization :) | Alexander Baldeck | 1 | -19/+17 | |
2004-12-28 | action method sends info to server when stats increased. | Mateusz Kaduk | 1 | -10/+13 | |
2004-12-28 | Make stats window display numbers instead of characters. | Bjørn Lindeijer | 5 | -125/+97 | |
2004-12-28 | StatsWindow registered with ActionListener | Mateusz Kaduk | 1 | -11/+11 | |
2004-12-28 | Added update method to stats | Mateusz Kaduk | 3 | -35/+77 | |
Added show/hide feature for stats | |||||
2004-12-28 | Simplified graphic engine | Eugenio Favalli | 6 | -293/+147 | |
2004-12-28 | Some fixes to stats window. | Bjørn Lindeijer | 2 | -23/+20 | |
2004-12-28 | Fixed coding style. | Mateusz Kaduk | 3 | -97/+156 | |
2004-12-28 | Fixed incluing stats_window.h instead of stats.h | Mateusz Kaduk | 2 | -11/+13 | |
Using stringstream for labels | |||||
2004-12-28 | Added new gui for stats window | Mateusz Kaduk | 3 | -0/+132 | |
2004-12-28 | Inventory dialog is also not a dialog. | Bjørn Lindeijer | 6 | -26/+26 | |
2004-12-28 | Oh and the status dialog was actually just a window. | Bjørn Lindeijer | 5 | -13/+13 | |
2004-12-28 | Renamed stats dialog to status dialog, which it is and to make room for the | Bjørn Lindeijer | 10 | -32/+19 | |
real stats dialog that is currently called the skill dialog. | |||||
2004-12-28 | Ported buy/sell dialog, made sure mouse is only drawn once and updated build | Bjørn Lindeijer | 6 | -68/+182 | |
files. | |||||
2004-12-27 | Added radiobutton class | Mateusz Kaduk | 2 | -0/+98 | |
2004-12-27 | Added radiobutton class and aqua graphic for it. | Mateusz Kaduk | 4 | -0/+13 | |
2004-12-27 | Fixed listbox and scrollarea sizes in setup. | Mateusz Kaduk | 2 | -7/+11 | |
2004-12-27 | Skinned background/border of scrollarea, not the scrollbars yet. | Bjørn Lindeijer | 6 | -4/+173 | |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 41 | -22/+125 | |
modules to file lists. | |||||
2004-12-27 | Ok dialog (still to complete) | Eugenio Favalli | 3 | -232/+358 | |
2004-12-27 | *** empty log message *** | Alexander Baldeck | 2 | -2/+12 | |
2004-12-27 | *** empty log message *** | Alexander Baldeck | 1 | -1/+1 | |
2004-12-27 | Fixed setting full screen chekbox state | Mateusz Kaduk | 1 | -1/+2 | |
2004-12-27 | Using Configuration class | Mateusz Kaduk | 2 | -7/+29 | |
Added switch for sound | |||||
2004-12-27 | Skinned slider, yeah! | Bjørn Lindeijer | 7 | -7/+143 | |
2004-12-26 | Ported the inventory dialog over to Guichan. For the moment it is not | Bjørn Lindeijer | 7 | -265/+242 | |
possible to delete or use items. | |||||
2004-12-26 | Small icon fixes | Eugenio Favalli | 1 | -1/+1 | |
2004-12-26 | Some more Xmas fixes | Eugenio Favalli | 1 | -2/+3 | |
2004-12-26 | Ported buy dialog, which could still use visual improvement, and added | Bjørn Lindeijer | 10 | -35/+279 | |
\|-`~ to the fixed font. | |||||
2004-12-26 | - spaces are now stripped when options are being read (relaxed syntax in ↵ | Alexander Baldeck | 2 | -3/+30 | |
tmw.ini) - sorry for the "blah" in login.cpp - | |||||
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 7 | -227/+239 | |
- tmw now can read and write its ini file - some fixes in login.cpp to get it to work properly - Init method -> init - Write method -> write - minor code "beautification" in several files | |||||
2004-12-26 | - minor fixes for ini creation/writing | Alexander Baldeck | 2 | -1/+3 | |
2004-12-26 | - replaced default ini creation routine with new system | Alexander Baldeck | 3 | -18/+74 | |
- testing version of write support for config system | |||||
2004-12-26 | some more code beautification :) | Alexander Baldeck | 3 | -298/+295 | |
2004-12-26 | added some doxgen comments | Alexander Baldeck | 2 | -0/+19 | |
2004-12-26 | *** empty log message *** | Alexander Baldeck | 2 | -3/+5 | |
2004-12-26 | added configuration.cpp to file.list and src/Makefile.am | Alexander Baldeck | 1 | -0/+1 | |
2004-12-26 | *** empty log message *** | Alexander Baldeck | 1 | -0/+2 | |
2004-12-26 | merge to new config system complete | Alexander Baldeck | 1 | -1/+1 | |
2004-12-26 | covertied init to use the new config system (ignore last message) | Alexander Baldeck | 1 | -3/+2 | |
2004-12-26 | - code beautification ofter coding guielines | Alexander Baldeck | 1 | -171/+172 | |
- added test with new config system - modified old method of creating default confs for new syntax (should be removed when new config sytem can write) | |||||
2004-12-26 | added new config file handling (code integration has yet to be done) | Alexander Baldeck | 2 | -0/+141 | |
please test overloaded geValue() using GCCs other than 3.4.3 (seems not to work properly) | |||||
2004-12-25 | Fix forgotten commit and increased static inventory size to 100 for now. | Bjørn Lindeijer | 2 | -2/+2 | |
2004-12-25 | Some more beautification of inventory, but actually it should be fixed that | Bjørn Lindeijer | 2 | -60/+88 | |
you can have only 10 items at maximum. | |||||
2004-12-25 | Another attempt at fixing inventory draw crash. | Bjørn Lindeijer | 1 | -62/+73 | |
2004-12-25 | Little initialization fix for show_inventory. | Bjørn Lindeijer | 2 | -3/+12 | |