Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 6 | -18/+18 | |
2009-02-10 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 9 | -34/+20 | |
Sometimes it's nice for clarity, but most of the time this is just clutter. C++ != Java. :) | |||||
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 156 | -338/+480 | |
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Made sure to clean up after all of the dangling pointers in the | Ira Rice | 2 | -6/+46 | |
Setup_Video tab. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Added two more options for displaying speech overhead (don't show it at | Ira Rice | 10 | -42/+88 | |
all and show speech bubbles without names). Since a checkbox won't work any more for all of these modes, it's now a slider. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-11 | More capitalization fixes for 'color' | Bjørn Lindeijer | 2 | -6/+6 | |
Hopefully these are the last ones. :) | |||||
2009-02-11 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 9 | -20/+20 | |
Sometimes it's nice for clarity, but most of the time this is just clutter. C++ != Java. :) | |||||
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 6 | -18/+18 | |
2009-02-10 | Fixed record location | Bjørn Lindeijer | 1 | -1/+2 | |
2009-02-10 | 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-10 | Whitespace fixes | Bjørn Lindeijer | 9 | -19/+19 | |
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp. | |||||
2009-02-10 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 3 | -16/+17 | |
Conflicts: docs/FAQ.txt packaging/windows/make-translations.vbs src/Makefile.am src/gui/colour.cpp src/gui/colour.h src/gui/popupmenu.cpp src/gui/setup_colours.h src/main.cpp src/main.h src/resources/resourcemanager.cpp src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h | |||||
2009-02-10 | Fixed font glyph caching. | Ira Rice | 2 | -4/+6 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Disable increase button for fixed skills | Jared Adams | 1 | -6/+15 | |
2009-02-10 | Removed decimals from color sliders | Philipp Sehmisch | 1 | -3/+4 | |
2009-02-10 | Fixed a compile error by using less awkward code | Philipp Sehmisch | 1 | -11/+5 | |
2009-02-10 | Disable increase button for fixed skills | Jared Adams | 1 | -8/+16 | |
2009-02-10 | Fixed some accidental capitalization errors | Philipp Sehmisch | 10 | -57/+57 | |
2009-02-10 | fixed capitalization of color member functions. | Philipp Sehmisch | 8 | -44/+44 | |
2009-02-10 | Changed spelling from colour to color. | Philipp Sehmisch | 11 | -122/+122 | |