Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2004-12-28 | Ported sell dialog to Guichan. | Bjørn Lindeijer | 6 | -23/+241 | |
2004-12-28 | Fixed refreshing of stats window | Mateusz Kaduk | 2 | -6/+3 | |
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 | 2 | -51/+35 | |
2004-12-28 | StatsWindow registered with ActionListener | Mateusz Kaduk | 1 | -11/+11 | |
2004-12-28 | Added update method to stats | Mateusz Kaduk | 2 | -18/+55 | |
Added show/hide feature for stats | |||||
2004-12-28 | Simplified graphic engine | Eugenio Favalli | 1 | -4/+4 | |
2004-12-28 | Some fixes to stats window. | Bjørn Lindeijer | 2 | -23/+20 | |
2004-12-28 | Fixed coding style. | Mateusz Kaduk | 2 | -96/+152 | |
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 | 2 | -0/+131 | |
2004-12-28 | Inventory dialog is also not a dialog. | Bjørn Lindeijer | 3 | -14/+14 | |
2004-12-28 | Oh and the status dialog was actually just a window. | Bjørn Lindeijer | 2 | -6/+6 | |
2004-12-28 | Renamed stats dialog to status dialog, which it is and to make room for the | Bjørn Lindeijer | 4 | -20/+9 | |
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 | 2 | -0/+130 | |
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 | 3 | -0/+12 | |
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 | 5 | -4/+172 | |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 40 | -22/+124 | |
modules to file lists. | |||||
2004-12-27 | Ok dialog (still to complete) | Eugenio Favalli | 2 | -0/+116 | |
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 | 5 | -6/+142 | |
2004-12-26 | Ported the inventory dialog over to Guichan. For the moment it is not | Bjørn Lindeijer | 4 | -190/+168 | |
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 | 6 | -6/+254 | |
\|-`~ to the fixed font. | |||||
2004-12-26 | - spaces are now stripped when options are being read (relaxed syntax in ↵ | Alexander Baldeck | 1 | -1/+0 | |
tmw.ini) - sorry for the "blah" in login.cpp - | |||||
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 2 | -25/+25 | |
- 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 | *** empty log message *** | Alexander Baldeck | 2 | -3/+5 | |
2004-12-25 | Fix forgotten commit and increased static inventory size to 100 for now. | Bjørn Lindeijer | 1 | -1/+1 | |
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 | |
2004-12-25 | Document supposed behaviour. | Bjørn Lindeijer | 1 | -0/+7 | |
2004-12-25 | Some corrections made to parse_items. Something still seems to go wrong at the | Bjørn Lindeijer | 2 | -10/+11 | |
server side though. | |||||
2004-12-25 | Fixed error causing monster death bitmaps not to show up. | Bjørn Lindeijer | 2 | -3/+21 | |
2004-12-25 | Excuse me, but indeed freeing the item name is giving problems... | Bjørn Lindeijer | 1 | -2/+2 | |
2004-12-25 | Xmas quest update | Eugenio Favalli | 2 | -8/+9 | |
2004-12-25 | * Huge formatting changes and some attempts in simplifying graphics code. | Bjørn Lindeijer | 3 | -65/+34 | |
* Use of STL vector in npc.cpp | |||||
2004-12-23 | Password masking is back! | Bjørn Lindeijer | 6 | -144/+99 | |
2004-12-23 | Skinned our beautiful text field back! | Bjørn Lindeijer | 9 | -10/+149 | |
2004-12-22 | Added fullscreen mode checkbox in setup window | Mateusz Kaduk | 2 | -4/+17 | |
2004-12-22 | Fixed window titlebar drawing. | Bjørn Lindeijer | 1 | -5/+4 | |
2004-12-22 | Added modes list to setup | Mateusz Kaduk | 2 | -7/+52 | |
2004-12-22 | Using tmw's button in setup | Mateusz Kaduk | 2 | -5/+20 | |
2004-12-22 | Setup has create_setup() method that creates only one instance. | Mateusz Kaduk | 2 | -22/+25 | |