Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-16 | Fixed most of the GUI opacity in software mode | Bjørn Lindeijer | 7 | -0/+0 | |
By using indexed instead of alpha-layered images, the GUI opacity can also be supported in software mode. Images where converting to indexed would mean a reduction in quality have been left out of the conversion for now. | |||||
2009-02-16 | Don't mention a release date yet for 0.0.29 | Bjørn Lindeijer | 2 | -2/+2 | |
2009-02-15 | Allow pressing enter with focus in port field | Bjørn Lindeijer | 3 | -4/+5 | |
Added action event id to port field of login dialog. | |||||
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 | 39 | -88/+88 | |
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 | 5 | -12/+13 | |
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 | Renamed aethyraFile to configFile, which is a lot more descriptive of | Ira Rice | 1 | -6/+6 | |
what its actually used for. 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 | Fix setting of home directory for OSX | Jared Adams | 1 | -3/+7 | |
2009-02-15 | Add configurable units system | Jared Adams | 17 | -38/+353 | |
2009-02-15 | More copyright header fixes | Bjørn Lindeijer | 12 | -27/+26 | |
2009-02-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 63 | -527/+449 | |
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-15 | Initial update of NEWS file | Bjørn Lindeijer | 2 | -0/+17 | |
Also added Victor Fury to .mailmap file since he was also known as Frictor. | |||||
2009-02-15 | Merge branch '0.0.28' | Bjørn Lindeijer | 36 | -1380/+2121 | |
Conflicts: po/POTFILES.in src/main.cpp src/main.h tmw.cbp | |||||
2009-02-13 | Fixed a break in building for non-mac users which was caused by using | Ira Rice | 3 | -3/+3 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-13 | Added in a few missing files for Mac building. | Ira Rice | 3 | -0/+2131 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-13 | Moved frameworks folder out of git and into our builds folder. This is | Ira Rice | 346 | -116158/+0 | |
being done for the same reason that we keep our windows dlls and other cross platform files which a builder might not need are kept separate as well. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-13 | Ignore "window manager + arrow" key combinations | Steve Cotton | 3 | -1/+14 | |
Adds two configurable "ignore" keys. Stops the character moving about if the user's window manager uses "ignore+arrow key" to switch virtual desktops. | |||||
2009-02-13 | Added in mac build support, contributed to us by allenmoatallen> from | Ira Rice | 363 | -4459/+118621 | |
Legends of Mazzeroth. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-12 | Updated project file and version number in NSIS scriptv0.0.28.1 | Philipp Sehmisch | 2 | -2/+10 | |
2009-02-12 | Some more files which got fixed up for release (basically version | Ira Rice | 5 | -7/+9 | |
bumps). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-12 | Updated all translation files | Bjørn Lindeijer | 24 | -1021/+1791 | |
2009-02-12 | Updated the list of files with translatable strings | Bjørn Lindeijer | 1 | -3/+5 | |
2009-02-12 | Updated translations | Bjørn Lindeijer | 4 | -348/+309 | |
Updates to German, Spanish, Finnish and Polish translations, imported from Launchpad. | |||||
2009-02-12 | Fix some spelling and whitespace | Kess Vargavind | 2 | -25/+41 | |
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-12 | Fix some spelling and whitespace | Kess Vargavind | 2 | -25/+41 | |
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 | OSX version fix | David Athay | 1 | -0/+2 | |
2009-02-11 | Changed default color for "Is" to be more readable | MadCamel | 1 | -1/+1 | |
2009-02-11 | Separated out the setup and help windows from the chat shortcut so that | Ira Rice | 1 | -3/+5 | |
they are now under the OK shortcut. Figured that if anyone doesn't like the NPC dialogs trumping their chat dialogs, then we should also allow for it under the setup and help buttons as well. The only window behavior that this keeps under the chat shortcut now is the confirmation for exiting shortcut. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-11 | Adjusted a few files for release. | Ira Rice | 8 | -11/+11 | |
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-12 | Updated version to 0.0.28.1 | Bjørn Lindeijer | 8 | -22/+25 | |
Also updated NEWS file with changes since 0.0.28. | |||||
2009-02-12 | OSX version fix | David Athay | 1 | -0/+2 | |
(cherry picked from commit 8046bb2626b30fecdcea54eb0aa3349cdb7d277b) | |||||
2009-02-12 | Added command line option to set home directory path | Michon van Dooren | 1 | -3/+9 | |
2009-02-11 | Removed a few unneeded includes in the being handler. | Ira Rice | 1 | -2/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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 | Merge branch 'master' of git@gitorious.org:tmw/eathena | David Athay | 13 | -41/+25 | |
2009-02-11 | Removed speech_bubble.png also from build files | Bjørn Lindeijer | 2 | -3/+1 | |
2009-02-11 | Restored particle effects on hits and critical hits. | Philipp Sehmisch | 2 | -16/+2 | |
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 | |