Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
2005-03-16 | Advanced version to 0.0.11, updated desert tilesets and made sound code log a | Bjørn Lindeijer | 1 | -1/+0 |
2005-03-14 | Fixed handling of get item button and made chatWindow (de)focus on ENTER - Yo... | Jan-Fabian Humann | 2 | -2/+16 |
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 |
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 |
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 message... | Kiyoshi Kyokai | 2 | -4/+21 |
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 |
2005-02-27 | Little typos. | Yohann Ferreira | 1 | -27/+26 |
2005-02-27 | Speeches too long are now cut into pieces of 60 units. Still to test out more. | Yohann Ferreira | 1 | -4/+33 |
2005-02-27 | No more SDL_Surface in the chat box. | Yohann Ferreira | 2 | -36/+12 |
2005-02-27 | Little setColor Optimization. | Yohann Ferreira | 1 | -3/+10 |
2005-02-27 | Now only using Image instances. No more SDL_Surface. | Yohann Ferreira | 2 | -46/+11 |
2005-02-25 | Fixing equipment and shops according to the new server script | Eugenio Favalli | 6 | -8/+108 |
2005-02-25 | Small ChangeLog updates. | Bjørn Lindeijer | 1 | -1/+0 |
2005-02-23 | Committed patch by Mra, which fixes multiple NPCs talks in one window and | Bjørn Lindeijer | 6 | -6/+45 |
2005-02-23 | Fixed deletion in new Skill Dialog. | Yohann Ferreira | 1 | -7/+11 |
2005-02-23 | New Skill dialog didn't respected the C++ ISO. | Yohann Ferreira | 2 | -25/+28 |
2005-02-23 | Fully working Progress Bars. Now need to get it used Image instance only. | Yohann Ferreira | 2 | -18/+62 |
2005-02-23 | Fixed problems arising from conflicts with the new Progress Bar changes. | Kiyoshi Kyokai | 1 | -2/+8 |
2005-02-22 | Try the new skill dialog. All complete except for icons! | Kiyoshi Kyokai | 2 | -27/+99 |
2005-02-22 | Please solve any merge conflicts before committing. | Bjørn Lindeijer | 1 | -5/+0 |
2005-02-22 | Rewrote Progress Bars. They'll be fully working soon. | Yohann Ferreira | 3 | -184/+93 |
2005-02-22 | fixed the newskill fiile so it compiles. I don't know how it got corrupted. | Kiyoshi Kyokai | 2 | -29/+101 |
2005-02-22 | Don't add all labels twice in new skill dialog, remove conflict and set | Bjørn Lindeijer | 1 | -8/+2 |
2005-02-22 | fixed the newskill fiile so it compiles. I don't know how it got corrupted. | Kiyoshi Kyokai | 1 | -4/+17 |
2005-02-21 | Don't allow character names shorter than 4 (they fail) and handle character | Bjørn Lindeijer | 1 | -21/+12 |
2005-02-21 | Removed some old GUI graphics and introduced new vertical scrollbar. | Bjørn Lindeijer | 1 | -5/+5 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 5 | -25/+26 |
2005-02-20 | Ok, for real this time: You can use the new skill dialog with ALT+n. | Kiyoshi Kyokai | 2 | -0/+165 |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 3 | -30/+108 |