Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-26 | Ported buy dialog, which could still use visual improvement, and added | Bjørn Lindeijer | 13 | -36/+301 | |
\|-`~ 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 | *** empty log message *** | Eugenio Favalli | 1 | -1/+1 | |
2004-12-26 | Whoo, I did it. ;) | Bjørn Lindeijer | 1 | -1/+21 | |
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 | tsktsk, who turned -Wall off to hide all these warnings? | Alexander Baldeck | 1 | -1/+1 | |
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 | 2 | -0/+2 | |
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 | modfied to work with new configuration system (note the missing spaces) | Alexander Baldeck | 1 | -22/+18 | |
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 | |
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 | 3 | -11/+14 | |
server side though. | |||||
2004-12-25 | Fixed error causing monster death bitmaps not to show up. | Bjørn Lindeijer | 4 | -5/+24 | |
2004-12-25 | Taking screenshot seems to work now. Another more cleanup, maybe last before | Bjørn Lindeijer | 3 | -40/+53 | |
I might actually add something useful, heh. | |||||
2004-12-25 | Made image.cpp into module and done some more attempts at making graphics.cpp | Bjørn Lindeijer | 6 | -110/+223 | |
readable. | |||||
2004-12-25 | Xmas quest update | Eugenio Favalli | 1 | -1/+1 | |
2004-12-25 | I bet those coordinates were annoying. | Bjørn Lindeijer | 1 | -0/+2 | |
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 | 3 | -9/+10 | |
2004-12-25 | Xmas quest update | Eugenio Favalli | 3 | -7/+16 | |
2004-12-25 | * Huge formatting changes and some attempts in simplifying graphics code. | Bjørn Lindeijer | 5 | -477/+459 | |
* Use of STL vector in npc.cpp | |||||
2004-12-23 | Whaa, the number. | Bjørn Lindeijer | 1 | -1/+1 | |
2004-12-23 | Password masking is back! | Bjørn Lindeijer | 9 | -147/+125 | |
2004-12-23 | Skinned our beautiful text field back! | Bjørn Lindeijer | 13 | -15/+179 | |
2004-12-23 | Fixed up iptostring() memory leak. | Aaron Marks | 1 | -3/+3 | |
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 | 3 | -24/+29 | |
2004-12-22 | wasn't really needed :) | Alexander Baldeck | 1 | -1929/+0 | |
2004-12-22 | - setup gets only called from game.cpp | Mateusz Kaduk | 5 | -98/+801 | |
- setup class changed | |||||
2004-12-21 | Size is the only thing that matters. | Bjørn Lindeijer | 1 | -2/+2 | |
2004-12-21 | That shouldn't be there. | Bjørn Lindeijer | 1 | -10/+0 | |
2004-12-21 | Committing ported character select and new character dialogs by nym. | Bjørn Lindeijer | 5 | -238/+454 | |
2004-12-20 | Committed fix for error pointed out by the good man CaptainWoodman | Bjørn Lindeijer | 1 | -1/+1 | |
2004-12-20 | Removed some leftover alfont.h includes. | Bjørn Lindeijer | 3 | -3/+0 | |
2004-12-20 | Converted the progress bar and stats dialog to Guichan widgets. | Bjørn Lindeijer | 14 | -85/+275 | |