summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2004-12-26added new config file handling (code integration has yet to be done)Alexander Baldeck2-0/+141
2004-12-25Fix forgotten commit and increased static inventory size to 100 for now.Bjørn Lindeijer2-2/+2
2004-12-25Some more beautification of inventory, but actually it should be fixed thatBjørn Lindeijer2-60/+88
2004-12-25Another attempt at fixing inventory draw crash.Bjørn Lindeijer1-62/+73
2004-12-25Little initialization fix for show_inventory.Bjørn Lindeijer2-3/+12
2004-12-25Document supposed behaviour.Bjørn Lindeijer1-0/+7
2004-12-25Some corrections made to parse_items. Something still seems to go wrong at theBjørn Lindeijer3-11/+14
2004-12-25Fixed error causing monster death bitmaps not to show up.Bjørn Lindeijer3-5/+23
2004-12-25Taking screenshot seems to work now. Another more cleanup, maybe last beforeBjørn Lindeijer3-40/+53
2004-12-25Made image.cpp into module and done some more attempts at making graphics.cppBjørn Lindeijer4-109/+211
2004-12-25I bet those coordinates were annoying.Bjørn Lindeijer1-0/+2
2004-12-25Excuse me, but indeed freeing the item name is giving problems...Bjørn Lindeijer1-2/+2
2004-12-25Xmas quest updateEugenio Favalli2-8/+9
2004-12-25Xmas quest updateEugenio Favalli1-4/+9
2004-12-25* Huge formatting changes and some attempts in simplifying graphics code.Bjørn Lindeijer5-477/+459
2004-12-23Password masking is back!Bjørn Lindeijer7-144/+100
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer11-14/+157
2004-12-23Fixed up iptostring() memory leak.Aaron Marks1-3/+3
2004-12-22Added fullscreen mode checkbox in setup windowMateusz Kaduk2-4/+17
2004-12-22Fixed window titlebar drawing.Bjørn Lindeijer1-5/+4
2004-12-22Added modes list to setupMateusz Kaduk2-7/+52
2004-12-22Using tmw's button in setupMateusz Kaduk2-5/+20
2004-12-22Setup has create_setup() method that creates only one instance.Mateusz Kaduk3-24/+29
2004-12-22- setup gets only called from game.cppMateusz Kaduk4-59/+48
2004-12-21Size is the only thing that matters.Bjørn Lindeijer1-2/+2
2004-12-21That shouldn't be there.Bjørn Lindeijer1-10/+0
2004-12-21Committing ported character select and new character dialogs by nym.Bjørn Lindeijer5-238/+454
2004-12-20Removed some leftover alfont.h includes.Bjørn Lindeijer3-3/+0
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer12-76/+245
2004-12-20Updated Debian package, some fixes, new classes for the new graphic engineEugenio Favalli3-4/+111
2004-12-19no deprecated warnings about text_mode, textout or textprintf anymoreAlexander Baldeck2-31/+11
2004-12-19Use the CORE_VERSION define.Bjørn Lindeijer1-1/+1
2004-12-19killed a few warnings about depcrated functions. mostly textprintfAlexander Baldeck5-15/+15
2004-12-19removed alfont usage (obsolete dependency now)Alexander Baldeck10-135/+119
2004-12-19Don't use alfont for text above player character.Bjørn Lindeijer1-16/+26
2004-12-19More refining of windows.Bjørn Lindeijer6-57/+46
2004-12-19Commented image.hEugenio Favalli1-28/+28
2004-12-19Implemented setLocationRelativeTo method on Window allowing the dialogs to beBjørn Lindeijer4-4/+62
2004-12-18Made login dialog and server select dialog into classes.Bjørn Lindeijer4-127/+168
2004-12-18Added support for @!"$%&/=?^+*#[]{}()<>_;'., in the fixed font.Bjørn Lindeijer1-1/+2
2004-12-18Corrected titlebar height.Bjørn Lindeijer1-4/+4
2004-12-18Commented image.hEugenio Favalli1-57/+129
2004-12-18Added colon to the fixed font and removed some alfont usage.Bjørn Lindeijer8-111/+50
2004-12-17Made some fixes to the window widget and made server selection use it too.Bjørn Lindeijer5-52/+86
2004-12-17Finish image.h class renames.Bjørn Lindeijer2-7/+8
2004-12-17Fixed image.h class namesEugenio Favalli1-18/+37
2004-12-17Whoops forgot the bitmaps.Bjørn Lindeijer1-3/+3
2004-12-17Added window class based on Guichan by none other than nym!Bjørn Lindeijer4-3/+257
2004-12-17Doh, that probably doesn't work.Bjørn Lindeijer1-1/+1
2004-12-17Focus that chat input field so that there is no need to click it.Bjørn Lindeijer2-3/+6