Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 9 | -11/+13 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2009-03-23 | Make some getters const | Jared Adams | 2 | -3/+3 | |
2009-03-23 | Merge eA's command handling into CommandHandler | Jared Adams | 4 | -493/+76 | |
Also drop Aethyra's custom magic code | |||||
2009-03-22 | Move handling of eA skill messages to SkillHandler | Jared Adams | 2 | -150/+3 | |
2009-03-22 | Fix chat under eAthena | Jared Adams | 2 | -75/+69 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 94 | -534/+6131 | |
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere! | |||||
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 26 | -44/+31 | |
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience. | |||||
2009-02-18 | Centralize current_npc cleanup | Jared Adams | 4 | -16/+12 | |
2009-02-17 | Show money for initial character in char select | Jared Adams | 1 | -0/+1 | |
2009-02-17 | Fix small bug in character select dialog | Jared Adams | 1 | -1/+1 | |
That check can probably be removed entirely, as it's inappropriate. | |||||
2009-02-17 | Reduce NpcTextDialog to one action | Jared Adams | 2 | -14/+29 | |
This allows external classes (like game.cpp) to send actions to it without them having to know about it's internal state. | |||||
2009-02-17 | Got rid of const where it does not make much sense | Bjørn Lindeijer | 8 | -17/+17 | |
It's not that useful to make variables that are passed by value const. In the declaration it is even completely ignored. | |||||
2009-02-17 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 4 | -18/+33 | |
Conflicts: src/gui/npc_text.cpp src/gui/npc_text.h src/gui/npcintegerdialog.cpp src/gui/npclistdialog.cpp src/gui/npcstringdialog.cpp src/net/npchandler.cpp src/npc.cpp | |||||
2009-02-16 | Moved location of trim checking, since it really should be done after | Ira Rice | 1 | -6/+3 | |
the recipient nickname is parsed out. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Trim whitespace from the beginning and end of whispers, as well as | Ira Rice | 1 | -0/+21 | |
disallowing empty whispers and whispers to yourself, since both of those cases cause the server to report back stating that the player wasn't found (even if they are there, like yourself). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Fixed a nasty crash that was only visible from the @help command. If the | Ira Rice | 1 | -1/+3 | |
line's string was empty after trimming, the client would crash when trying to get a substring. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Fixed up NPC dialogs to behave more like eAthena expects. | Jared Adams | 5 | -14/+18 | |
2009-02-16 | Fixed GUI opacity in SDL mode | Bjørn Lindeijer | 2 | -15/+10 | |
By using indexed instead of alpha-layered images, the GUI opacity can also be supported in software mode. | |||||
2009-02-16 | Allow setting default values for NPC dialogs | Jared Adams | 4 | -1/+15 | |
2009-02-16 | Allow default value for IntTextField to be changed | Jared Adams | 2 | -3/+28 | |
Also check value and default value when range is changed | |||||
2009-02-16 | Fix some compilation issues | Jared Adams | 2 | -2/+2 | |
2009-02-16 | Add next/close buttons for NPCs | Jared Adams | 5 | -10/+55 | |
And keep the text dialog open for the whole transaction, logging user input and keep a full record of text from the NPC (for the current transaction only). | |||||
2009-02-15 | Allow pressing enter with focus in port field | Bjørn Lindeijer | 1 | -1/+2 | |
Added action event id to port field of login dialog. | |||||
2009-02-15 | Fixed compiler warnings | Bjørn Lindeijer | 1 | -1/+1 | |
Comparison between signed and unsigned integer expressions. | |||||
2009-02-15 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 9 | -69/+0 | |
2009-02-15 | Don't make window name translatable | Bjørn Lindeijer | 11 | -11/+11 | |
The window name is used in the configuration file, in contrast to the window title. | |||||
2009-02-15 | Removed unnecessary parenthesis at constructors | Bjørn Lindeijer | 26 | -37/+37 | |
When not passing any parameters to constructors, there is no reason for using parenthesis. | |||||
2009-02-15 | Fixes some variable names to conform to naming convention | Bjørn Lindeijer | 17 | -59/+48 | |
Please do remember that member variables are prefixes with 'm', so that they are easily distinguishable. | |||||
2009-02-15 | Fixed compiler warnings | Bjørn Lindeijer | 4 | -10/+11 | |
Comparison between signed and unsigned integer expressions. | |||||
2009-02-15 | Deleted some unneeded delete statements. | Ira Rice | 9 | -69/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-15 | Fixed header copyright notices. | Ira Rice | 2 | -4/+6 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-15 | Add configurable units system | Jared Adams | 11 | -34/+63 | |
2009-02-15 | More copyright header fixes | Bjørn Lindeijer | 6 | -16/+16 | |
2009-02-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 23 | -101/+203 | |
Conflicts: CMakeLists.txt configure.ac data/help/header.txt packaging/windows/setup.nsi po/POTFILES.in src/being.cpp src/being.h src/game.cpp src/gui/color.cpp src/gui/color.h src/gui/equipmentwindow.h src/gui/popupmenu.cpp src/gui/recorder.cpp src/gui/setup_colors.h src/gui/setup_keyboard.cpp src/gui/setup_keyboard.h src/gui/skill.cpp src/gui/speechbubble.cpp src/gui/speechbubble.h src/gui/table.cpp src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/main.cpp src/main.h src/map.cpp src/resources/colordb.cpp src/resources/colordb.h src/resources/emotedb.cpp src/resources/emotedb.h src/text.cpp src/text.h src/tmw.rc src/winver.h | |||||
2009-02-12 | Some more files which got fixed up for release (basically version | Ira Rice | 2 | -4/+6 | |
bumps). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-12 | Describe the /me command in chat help | Kess Vargavind | 1 | -13/+23 | |
Also a few whitespace and spelling fixes. | |||||
2009-02-12 | Describe the /me command in chat help | Kess Vargavind | 1 | -13/+23 | |
Also a few whitespace and spelling fixes. | |||||
2009-02-11 | Changed default color for "Is" to be more readable | MadCamel | 1 | -1/+1 | |
2009-02-11 | Adjusted a few files for release. | Ira Rice | 3 | -4/+4 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-11 | Implemented /me | MadCamel | 1 | -0/+16 | |
2009-02-11 | Fixed crash when sending a blank item link | MadCamel | 1 | -1/+1 | |
2009-02-11 | Changed default color for "Is" to be more readable | MadCamel | 1 | -1/+1 | |
2009-02-11 | Implemented /me | MadCamel | 1 | -0/+16 | |
2009-02-11 | Fixed crash when sending a blank item link | MadCamel | 1 | -1/+1 | |
2009-02-11 | Fixed the default table width for the player tab. | Ira Rice | 1 | -20/+33 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-11 | Shut up some compiler warnings. | Philipp Sehmisch | 7 | -10/+10 | |
2009-02-11 | Shut up some compiler warnings. | Philipp Sehmisch | 7 | -10/+10 | |
2009-02-11 | Don't make log statements translatable | Bjørn Lindeijer | 4 | -8/+8 | |
The log is mainly used to aid the developers, hence shouldn't be translated to the user's local language. Also introduces unnecessary work for all translators. | |||||
2009-02-11 | Changed spelling from colour to color. | Philipp Sehmisch | 11 | -118/+118 | |
2009-02-10 | Whitespace fixes | Bjørn Lindeijer | 8 | -18/+18 | |
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp. |