Age | Commit message (Expand) | Author | Files | Lines |
2009-02-05 | Rather than to settle for a broken default (if it's left at space, | Ira Rice | 1 | -40/+51 |
2009-02-05 | Three things: Split chat and NPC dialog functionality based on the TMW | Ira Rice | 1 | -62/+48 |
2009-02-04 | Simplified equipment window initialization, since only the local player | Ira Rice | 1 | -1/+1 |
2009-01-26 | Slight bit of code cleanup, as well as minor fixes to logic. For some | Ira Rice | 1 | -6/+2 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-19 | Didn't know that one set of brackets I used was needed for compiling for | Ira Rice | 1 | -297/+281 |
2009-01-19 | Fixed up indentation in game so that the indentation isn't misleading. | Ira Rice | 1 | -251/+251 |
2009-01-19 | Removed tabs from game.cpp. | Ira Rice | 1 | -445/+445 |
2009-01-18 | Fixed the NPC Integer input field, as well as cut some bull from the | Ira Rice | 1 | -0/+10 |
2009-01-18 | Add dialogs to input text and numbers for scripts | Jared Adams | 1 | -1/+10 |
2009-01-18 | Fixed the minimap so that it properly remembers if it was open on | Ira Rice | 1 | -4/+4 |
2009-01-12 | Fixed a path error that slipped through by accident. | Ira Rice | 1 | -1/+1 |
2009-01-12 | Some rather pedantic changes. Unified all naming for emoticons in the | Ira Rice | 1 | -23/+23 |
2009-01-09 | Fixed minimap state saving. | Ira Rice | 1 | -21/+14 |
2009-01-09 | Now, the real stage 2.0 of smiley window. | Forge | 1 | -7/+3 |
2009-01-08 | Fixed segvault when exiting with logToChat enabled | Philipp Sehmisch | 1 | -0/+1 |
2009-01-06 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -1/+1 |
2009-01-04 | Smiley step 1.91, the little part to make it work | Forge | 1 | -3/+23 |
2009-01-02 | Step 1.5 of smiley update: allow usage of same key for smiley and | Forge | 1 | -460/+426 |
2009-01-01 | Customisable shortkey for smiley (defaulting to keypad 0-9/*) | Forge | 1 | -26/+48 |
2008-12-14 | Code reformatting to conform to line length | Bjørn Lindeijer | 1 | -151/+160 |
2008-12-10 | Obscure precise home directory name when making screenshots | Fate | 1 | -9/+14 |
2008-12-09 | Make the window shortcuts configurable | Jared Adams | 1 | -11/+27 |
2008-12-07 | Added some initialization and removed ChargeDialog | Ira Rice | 1 | -8/+0 |
2008-12-07 | Made minimap visible by default | Bjørn Lindeijer | 1 | -0/+2 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -4/+11 |
2008-12-03 | Add an effects manager (patch by Kage Jittai) | Ira Rice | 1 | -0/+4 |
2008-11-27 | Merged a patch by Bjorn to fix allowing the joystick to be used without | Ira Rice | 1 | -3/+1 |
2008-11-27 | Make sure to initialize joystick enabled state | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -9/+3 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-06 | Don't allow players to use items through item shortcuts while trading. | Ira Rice | 1 | -74/+78 |
2008-11-06 | Fix a missing brace that got lost on last commit (r4927) | Dennis Friis | 1 | -0/+1 |
2008-11-06 | Do not activate shortcuts if tradewindow is visible. | Dennis Friis | 1 | -9/+12 |
2008-11-03 | Fixed talk being recalled while t is held down. Thanks doors for | Ira Rice | 1 | -9/+12 |
2008-10-31 | Last commit was a bit premature (was trying to cancel the commit). | Ira Rice | 1 | -0/+6 |
2008-10-31 | Improved keyboard support by putting the NPC ok button in focus, and | Ira Rice | 1 | -0/+4 |
2008-10-28 | Made it so that the trade window doesn't stay visible when it was open | Ira Rice | 1 | -0/+1 |
2008-10-28 | Fixed a fast walking bug that was caused by a state conflict | Ira Rice | 1 | -3/+9 |
2008-10-28 | Fixed trade window being visible on client startup when it was visible on | Bjørn Lindeijer | 1 | -0/+1 |
2008-10-28 | Fixed attacking so that it will actually continue to attack in | Ira Rice | 1 | -1/+1 |
2008-10-27 | Made targets draw on the fringe layer, as well as added t for talking to | Ira Rice | 1 | -5/+24 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -343/+335 |
2008-08-28 | Applied patch put together by Jaxad0127 with changes from the Aethyra project. | Bjørn Lindeijer | 1 | -2/+22 |
2008-08-22 | Added config option to honor stop-walking packet, added X and Y to /where, re... | Lloyd Bryant | 1 | -1/+1 |
2008-08-07 | Changes saving screenshots from Aethyra_ScreenShot_ to Ae_Screenshot in game.cpp | Kraant | 1 | -1/+1 |
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -2/+2 |
2008-07-27 | Target the nearest monster on joystick button 3v0.0.25 | Bjørn Lindeijer | 1 | -8/+7 |
2008-07-25 | Applied patch by ElvenProgrammer to remember window locations between sessions | Lloyd Bryant | 1 | -4/+9 |
2008-07-24 | Fixed visibility of buy and sell dialogs. | Eugenio Favalli | 1 | -0/+2 |