Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-05 | Don't command the server to walk the character to an occupied tile, for example | Bjørn Lindeijer | 1 | -1/+1 | |
where a shopkeeper is standing. | |||||
2005-04-05 | Fixng consistency between config button and setup window (lol) | Eugenio Favalli | 1 | -2/+2 | |
2005-04-05 | Fixng consistency between config button and setup window | Eugenio Favalli | 1 | -1/+1 | |
2005-04-04 | tiny compile fix | Jan-Fabian Humann | 1 | -1/+5 | |
2005-04-04 | starting to do the trade window, i know it's not functionable and contains a ↵ | Jan-Fabian Humann | 4 | -2/+290 | |
lot of bugs but ill continue tomorrow. | |||||
2005-04-04 | quick fix for bug which increased item amount when warping client-side | Jan-Fabian Humann | 2 | -0/+13 | |
2005-04-04 | Just a fast fix for the scollbars look | Eugenio Favalli | 1 | -2/+12 | |
2005-04-03 | New version of 3-1 map. | Bjørn Lindeijer | 1 | -7/+11 | |
2005-04-02 | Work around Guichan focussing bug. | Bjørn Lindeijer | 2 | -0/+14 | |
2005-04-02 | Added ConfigListener class to allow listening for changes to config options, | Bjørn Lindeijer | 4 | -4/+41 | |
and added a GUI opacity slider to the setup window that utilizes this. | |||||
2005-04-02 | Less Image::setAlpha calls. | Bjørn Lindeijer | 4 | -21/+14 | |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 3 | -5/+5 | |
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit. | |||||
2005-03-28 | Graphics updates | Eugenio Favalli | 1 | -0/+1 | |
2005-03-26 | Make sure logic method is called on the content of windows, fixes lists. | Bjørn Lindeijer | 2 | -0/+13 | |
2005-03-26 | Fix mouse walk to send the correct pair of coordinates to the server. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-25 | Moved datafiles in unified structure. | Bjørn Lindeijer | 13 | -26/+22 | |
2005-03-25 | Put map in new place and unified loading location. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 5 | -17/+18 | |
2005-03-24 | logger... | Yohann Ferreira | 2 | -2/+4 | |
2005-03-24 | Should fix the last commit | Eugenio Favalli | 1 | -1/+6 | |
2005-03-24 | Hey some graphics updates people =) | Eugenio Favalli | 1 | -1/+1 | |
2005-03-21 | Some cleanups and button, radiobutton and checkbox now take into account | Bjørn Lindeijer | 3 | -13/+13 | |
disabled status. | |||||
2005-03-21 | A few small fixes. | Bjørn Lindeijer | 3 | -0/+10 | |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 28 | -262/+84 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-19 | Added config option for GUI alpha. | Bjørn Lindeijer | 2 | -2/+7 | |
2005-03-17 | Fixed some of the inconsistencies in the new skill dialog. Hopefully we will ↵ | Kiyoshi Kyokai | 1 | -14/+14 | |
be using it soon. | |||||
2005-03-16 | Advanced version to 0.0.11, updated desert tilesets and made sound code log a | Bjørn Lindeijer | 1 | -1/+0 | |
bit more. | |||||
2005-03-14 | Fixed handling of get item button and made chatWindow (de)focus on ENTER - ↵ | Jan-Fabian Humann | 2 | -2/+16 | |
You can now only use the get item button when chat window isn't focused | |||||
2005-03-13 | Added line wrapping on a per-word basis | Eric Scrivner | 2 | -6/+44 | |
2005-03-13 | Fixed problem with mouse walking through GUI. | Bjørn Lindeijer | 2 | -1/+23 | |
2005-03-13 | Converted ChatBox into a proper ChatWindow in response to changes by Chetic. | Bjørn Lindeijer | 2 | -44/+71 | |
2005-03-13 | * Moved Being public char *speech to private std::string speech | Bjørn Lindeijer | 1 | -1/+1 | |
* Moved Being public PATH_NODE *path to private std::list<PATH_NODE> path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window | |||||
2005-03-11 | Well, yet again the commit seems to have left some files out. | Bjørn Lindeijer | 1 | -0/+1 | |
2005-03-06 | Added alpha channal for items.png | Mateusz Kaduk | 2 | -2/+2 | |
2005-03-05 | Maybe fixed some compile issues | Jan-Fabian Humann | 1 | -0/+1 | |
2005-03-05 | Now you can decide how many items to drop | Jan-Fabian Humann | 4 | -3/+220 | |
2005-03-05 | Committing fix for bottom window corners. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-03-04 | README updates for 0.0.10 and made chat messages wrap at 80 characters. | Bjørn Lindeijer | 1 | -28/+30 | |
2005-03-04 | A bunch of updates: | Eugenio Favalli | 7 | -21/+51 | |
- inventory fixes - equipment fixes - graphic updates (items and monsters) - weaponary system - fixed status window | |||||
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 27 | -49/+45 | |
2005-03-02 | Changed the New Skill Dialog around to fit earlier specifications. | Kiyoshi Kyokai | 1 | -18/+18 | |
2005-03-01 | Changed tmw.ini to config.xml which is read/written using libxml2. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-03-01 | Transluency again | Yohann Ferreira | 1 | -7/+7 | |
2005-03-01 | This is the update for the charge bar. It resets every time an attack ↵ | Kiyoshi Kyokai | 2 | -4/+21 | |
message is sent to the server. I still haven't actually worked the timer into this. I'd appreciate it if someone would explain how. Thanks. | |||||
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 3 | -27/+41 | |
2005-02-28 | Adding support for drop items part 2/2 | Jan-Fabian Humann | 1 | -0/+1 | |
2005-02-28 | this is the new dialog for charging attacks and such. To be implemented soon, | Kiyoshi Kyokai | 2 | -0/+102 | |
2005-02-28 | Formatting updates. | Bjørn Lindeijer | 4 | -124/+146 | |
2005-02-27 | Memory fixes | Eugenio Favalli | 1 | -3/+9 | |
2005-02-27 | Video modes are taken from SDL | Mateusz Kaduk | 2 | -29/+68 | |