Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-19 | Fixes raising player attributes | Chuck Miller | 1 | -1/+1 | |
2009-07-19 | Better buttons and the window now has a transparent layer with an opaque ↵ | Chuck Miller | 7 | -0/+0 | |
drop shadow. | |||||
2009-07-19 | Apparently, this function shouldn't return anything | Thorbjørn Lindeijer | 2 | -6/+2 | |
2009-07-19 | Added Freeyorp to the list of contributors | Thorbjørn Lindeijer | 1 | -0/+1 | |
2009-07-18 | New gui theme by Adamaix | Chuck Miller | 31 | -9/+10 | |
2009-07-17 | PLEASE CHECK: Compilation fix | Kess Vargavind | 1 | -0/+4 | |
I am able to compile against tmwserv with this mini fix, but I am quite unsure what the code is supposed to look like. | |||||
2009-07-17 | Minor whitespace fix | Kess Vargavind | 1 | -4/+4 | |
2009-07-17 | fix: Invalid money display in character selection screen reported by crazy ↵ | Maximilian Philipps | 1 | -1/+4 | |
on forum | |||||
2009-07-17 | Various gettext fixes | Kess Vargavind | 16 | -119/+133 | |
* Merged a few split strings * Fixed some spellings and wordings * Turned a couple of std::cout and std::cerr into logger messages | |||||
2009-07-15 | Merge and cleanup attribute code | Jared Adams | 11 | -323/+281 | |
2009-07-15 | Fixed compile warnings and crash in skill dialog | Thorbjørn Lindeijer | 2 | -16/+19 | |
The crash was probably due to roaming or uninitialized pointers in the skill map. Please remember to clear it after deleting its contents, and also remember that operator[] is non-const and will insert an element when it's not already there. The proper way to see if a map contains an element is by using find(). | |||||
2009-07-14 | Merge and cleanup more stuff | Jared Adams | 10 | -57/+34 | |
2009-07-14 | Add netcode for specials | Jared Adams | 6 | -13/+29 | |
2009-07-13 | Rename Net::SkillHandler to Net::SpecialHandler | Jared Adams | 19 | -72/+87 | |
SkillHandler::up moved to PlayerHandler::increaseSkill | |||||
2009-07-13 | Move some functions into better places | Jared Adams | 3 | -26/+9 | |
2009-07-13 | Some item pickup cleaning | Jared Adams | 6 | -55/+57 | |
Still need to find where to attach LocalPlayer::pickedUp for TMWServ. | |||||
2009-07-13 | Fix level experience messages | Jared Adams | 2 | -34/+27 | |
THe experience message queue is now a general queue for serial messages (ie: not messages like battle messages that should be done immediately). | |||||
2009-07-13 | Adjust skill displays | Jared Adams | 1 | -9/+42 | |
Experiience progress bars and increase buttons are now only visible if they're applicable. | |||||
2009-07-12 | Make sure modifiable skills are visible | Jared Adams | 1 | -1/+1 | |
2009-07-08 | Remove parsing of the fixed flag from skills files | Jared Adams | 2 | -5/+3 | |
2009-07-08 | Fall back on unknown-item.png for skill icons | Jared Adams | 1 | -5/+4 | |
2009-07-08 | Have both builds use the same SkillDialog | Jared Adams | 15 | -449/+121 | |
2009-07-08 | Make SkillEntries update their width | Jared Adams | 1 | -11/+15 | |
2009-07-07 | Updated Italian translation | Marco Castelluccio | 1 | -165/+165 | |
2009-07-07 | Use tmw-skills.xml instead of hardcoding | Jared Adams | 14 | -317/+354 | |
2009-07-06 | Merge some player stats | Jared Adams | 9 | -91/+61 | |
2009-07-02 | Fix building the ea client. | Roderic Morris | 2 | -18/+19 | |
2009-07-01 | Remove complex path finding for players. Add a simple path finding algorithm ↵ | Roderic Morris | 7 | -10/+92 | |
to map. | |||||
2009-06-30 | Use two bytes for skill ID | Jared Adams | 2 | -2/+2 | |
2009-06-30 | Fixed compiler warning about unsigned/signed integer comparision | Thorbjørn Lindeijer | 2 | -3/+3 | |
2009-06-29 | Remove local remove of items from equipment window when unequipping. | Dennis Friis | 1 | -3/+0 | |
2009-06-27 | Prevent selection of out of range menu options | Jared Adams | 1 | -1/+5 | |
2009-06-26 | Fixes the walk after death on TMWServ builds | Chuck Miller | 1 | -33/+36 | |
2009-06-24 | Changes the selection icon to work better with GUI opacity | Chuck Miller | 1 | -0/+0 | |
2009-06-24 | Fix the attack particles to use sprite directions not being directions | Chuck Miller | 1 | -5/+5 | |
2009-06-23 | Made so monster particle effects show up on eA | Chuck Miller | 4 | -32/+2 | |
I also removed Being::handleAttack() and Monster::handleAttack() for TMWserv since they are not used | |||||
2009-06-23 | Revert "Replace window graphic with a better looking one." | Chuck Miller | 1 | -0/+0 | |
This reverts commit b571eb3e3df81cd259d53ab7219d198e00a75281. People agree, it doesn't look better | |||||
2009-06-23 | Made the selection png easier to see. | idiomatic | 1 | -0/+0 | |
2009-06-15 | Replace window graphic with a better looking one. | David Athay | 1 | -0/+0 | |
Graphic by QOAL. | |||||
2009-06-09 | Merge branch '0.0.29' | Bjørn Lindeijer | 43 | -1373/+6812 | |
2009-06-09 | Fixed the finish setup imagev0.0.29.1 | Bjørn Lindeijer | 1 | -0/+0 | |
Somehow got all weird and transparent | |||||
2009-06-09 | Final translation files update | Bjørn Lindeijer | 27 | -191/+200 | |
2009-06-09 | New Windows installer images | Bjørn Lindeijer | 2 | -0/+0 | |
Replacing since the characters from the previous images have been identified as Squaresoft fan-art. | |||||
2009-06-09 | Readded old ChangeLog contents | Bjørn Lindeijer | 1 | -0/+6267 | |
With a message at the top stating that the file has been discontinued. | |||||
2009-06-09 | Make sure the tmw.xpm file is shipped in the release | Bjørn Lindeijer | 2 | -777/+2 | |
Requested by Patrick Matthäi. Duplicate file removed from the Debian packaging directory. | |||||
2009-06-09 | Convert the change password dialog to use the layout system | Bjørn Lindeijer | 1 | -49/+17 | |
Fixes layout on Windows | |||||
2009-06-09 | Updated version and changes for 0.0.29.1 release | Bjørn Lindeijer | 9 | -30/+35 | |
2009-06-09 | Disabled Hebrew translation, since it shows mirrored | Bjørn Lindeijer | 1 | -1/+1 | |
We'll try to fix this based on SDL_pango | |||||
2009-06-08 | Updated translations | Bjørn Lindeijer | 27 | -352/+317 | |
Imported new translations for Portugese and Simplified Chinese. | |||||
2009-06-08 | Merge branch '0.0.29' | Bjørn Lindeijer | 6 | -16/+55 | |