Age | Commit message (Expand) | Author | Files | Lines |
2005-01-02 | Don't try to create video bitmaps, and store whole numbers as whole numbers | Bjørn Lindeijer | 1 | -26/+11 |
2005-01-02 | Got rid of hairset.dat and playerset.dat. | Bjørn Lindeijer | 4 | -14/+11 |
2005-01-02 | Got rid of monsterset.dat. Oh and the monsters have a more realistic size now... | Bjørn Lindeijer | 3 | -2/+29 |
2005-01-02 | Don't load the weapon set, doesn't seem to be used at the moment even. | Bjørn Lindeijer | 1 | -3/+3 |
2005-01-02 | Removed Allegro datafile graphic.dat | Bjørn Lindeijer | 1 | -2/+4 |
2004-12-30 | Cleanup, mainly removing unused code. | Bjørn Lindeijer | 3 | -709/+0 |
2004-12-29 | Ported the npc text dialog and some other small updates. | Bjørn Lindeijer | 2 | -29/+12 |
2004-12-29 | Ported NPC list dialog to Guichan. | Bjørn Lindeijer | 2 | -36/+16 |
2004-12-28 | Ported sell dialog to Guichan. | Bjørn Lindeijer | 2 | -45/+18 |
2004-12-28 | Make stats window display numbers instead of characters. | Bjørn Lindeijer | 1 | -2/+1 |
2004-12-28 | Simplified graphic engine | Eugenio Favalli | 2 | -280/+115 |
2004-12-28 | Inventory dialog is also not a dialog. | Bjørn Lindeijer | 2 | -5/+5 |
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 | 2 | -8/+8 |
2004-12-28 | Ported buy/sell dialog, made sure mouse is only drawn once and updated build | Bjørn Lindeijer | 2 | -62/+45 |
2004-12-27 | Skinned slider, yeah! | Bjørn Lindeijer | 1 | -1/+0 |
2004-12-26 | Ported the inventory dialog over to Guichan. For the moment it is not | Bjørn Lindeijer | 2 | -64/+61 |
2004-12-26 | Ported buy dialog, which could still use visual improvement, and added | Bjørn Lindeijer | 2 | -21/+14 |
2004-12-25 | Fixed error causing monster death bitmaps not to show up. | Bjørn Lindeijer | 1 | -2/+2 |
2004-12-25 | Taking screenshot seems to work now. Another more cleanup, maybe last before | Bjørn Lindeijer | 2 | -16/+23 |
2004-12-25 | Made image.cpp into module and done some more attempts at making graphics.cpp | Bjørn Lindeijer | 3 | -109/+210 |
2004-12-25 | I bet those coordinates were annoying. | Bjørn Lindeijer | 1 | -0/+2 |
2004-12-25 | * Huge formatting changes and some attempts in simplifying graphics code. | Bjørn Lindeijer | 2 | -412/+425 |
2004-12-23 | Skinned our beautiful text field back! | Bjørn Lindeijer | 1 | -4/+7 |
2004-12-22 | - setup gets only called from game.cpp | Mateusz Kaduk | 1 | -3/+0 |
2004-12-20 | Converted the progress bar and stats dialog to Guichan widgets. | Bjørn Lindeijer | 2 | -15/+21 |
2004-12-20 | Updated Debian package, some fixes, new classes for the new graphic engine | Eugenio Favalli | 3 | -4/+111 |
2004-12-19 | killed a few warnings about depcrated functions. mostly textprintf | Alexander Baldeck | 1 | -1/+0 |
2004-12-19 | removed alfont usage (obsolete dependency now) | Alexander Baldeck | 1 | -5/+3 |
2004-12-19 | Don't use alfont for text above player character. | Bjørn Lindeijer | 1 | -16/+26 |
2004-12-19 | Commented image.h | Eugenio Favalli | 1 | -28/+28 |
2004-12-18 | Commented image.h | Eugenio Favalli | 1 | -57/+129 |
2004-12-17 | Finish image.h class renames. | Bjørn Lindeijer | 2 | -7/+8 |
2004-12-17 | Fixed image.h class names | Eugenio Favalli | 1 | -18/+37 |
2004-12-17 | Focus that chat input field so that there is no need to click it. | Bjørn Lindeijer | 1 | -0/+3 |
2004-12-14 | Mainly been rewriting the guide to compiling TMW on Windows | Bjørn Lindeijer | 1 | -2/+2 |
2004-12-14 | - removed large commented code passage (old code can still be obtained from CVS) | Alexander Baldeck | 1 | -348/+40 |
2004-12-13 | Whee, moving headers around! Also provided makefile.mgw for compiling with Mi... | Bjørn Lindeijer | 1 | -1/+1 |
2004-12-13 | Some header order, namespace and lib fixes to improve MSVC support. | Bjørn Lindeijer | 1 | -9/+9 |
2004-12-12 | Ported server list dialog over to Guichan. | Bjørn Lindeijer | 1 | -7/+0 |
2004-12-12 | Created setup class and changed to use guichan | Mateusz Kaduk | 1 | -4/+3 |
2004-12-12 | Chat input field to Guichan. | Bjørn Lindeijer | 3 | -22/+57 |
2004-12-11 | Pretty much fix the segfault by removing the copying and not unloading the | Bjørn Lindeijer | 1 | -8/+7 |
2004-12-11 | Core sprite classes of the new graphic engine | Eugenio Favalli | 1 | -0/+90 |
2004-12-11 | Core sprite classes of the new graphic engine | Eugenio Favalli | 1 | -6/+3 |
2004-12-11 | Core sprite classes of the new graphic engine | Eugenio Favalli | 2 | -22/+25 |
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 2 | -48/+44 |
2004-12-01 | Added setup | Mateusz Kaduk | 1 | -1/+3 |
2004-11-27 | Auto detect keyboard WIN32 | Eugenio Favalli | 1 | -1/+1 |
2004-11-27 | Auto detect keyboard WIN32 | Eugenio Favalli | 1 | -1/+2 |