summaryrefslogtreecommitdiff
path: root/tmw.cbp
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-2/+0
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-15Merge branch '0.0.28'Bjørn Lindeijer1-0/+1
Conflicts: po/POTFILES.in src/main.cpp src/main.h tmw.cbp
2009-02-12Updated project file and version number in NSIS scriptv0.0.28.1Philipp Sehmisch1-1/+9
2009-02-10Changed spelling from colour to color.Philipp Sehmisch1-4/+4
2009-02-10Updated code::blocks projectPhilipp Sehmisch1-6/+42
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-0/+2
Conflicts: A lot of files...
2009-01-27Enabled gettext translations on windows.Philipp Sehmisch1-0/+2
2009-01-23Updated code::blocks projectPhilipp Sehmisch1-3/+10
2009-01-19Fixes to the NPC Integer input fieldIra Rice1-2/+2
Also don't set "The Mana World" to start with. Signed-off-by: Ira Rice <irarice@gmail.com> (cherry picked from Aethyra commit d2b804c1a817ccdd85b4b1220bf929e9d370d774) Conflicts: src/game.cpp src/gui/inttextfield.cpp src/gui/item_amount.cpp src/gui/textfield.h
2009-01-09Updated Code::Blocks project filePhilipp Sehmisch1-0/+5
2009-01-08Removed the unused Box, VBox and HBox classesBjørn Lindeijer1-6/+0
They were once meant for doing layout, but never used and the way they're implemented they would be relayouting with every draw, which isn't really nice.
2009-01-01Made trade window resizableBjørn Lindeijer1-2/+4
Also fixed overlap between description label and the buttons and added the SDL_ttf library to the Code::Blocks project file.
2008-12-29Added support for True Type Fonts.Eugenio Favalli1-0/+2
(cherry-picked from mainline)
2008-12-27Added include and lib directories to the CB projectBjørn Lindeijer1-0/+6
Makes it easier to get started with compiling TMW on Windows by just extracting the library package where you checked out TMW, and doesn't pollute the MinGW install.
2008-12-14Reverted an accidental change in Code::Blocks project file.Philipp Sehmisch1-1/+1
2008-12-14Fixed follow-parent of nested and being-following particle emittersPhilipp Sehmisch1-1/+1
2008-12-09Updated release date for 0.0.27v0.0.27Bjørn Lindeijer1-2/+0
2008-12-07Added some initialization and removed ChargeDialogBjørn Lindeijer1-2/+0
Many member variables of LocalPlayer were not being initialized properly. In general this shouldn't have caused any problems, but it's bad style. The ChargeDialog was removed. This class was long dead anyway. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2008-12-07Updated Code::Blocks projectBjørn Lindeijer1-2/+4
2008-10-26Implemented particle emitters with properties which change over time ↵Philipp Sehmisch1-5/+24
according to wave functions.
2008-07-27Changed files to tmeDouglas Boffey1-364/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-07-10Restored executable icon.Eugenio Favalli1-289/+287
2008-07-08#359 patch by ScraggyDavid Athay1-0/+4
2008-06-17#333 Suppress 'trade with X cancelled' messages for ignored players.David Athay1-0/+10
2008-04-15Fixed clicking near player.David Athay1-1/+1
2008-04-11 Players now need toDavid Athay1-273/+302
click on the monster sprites rather than the tile. Players will now move to the target before attacking it.
2008-03-02Upgraded project file to latest C::B release.Eugenio Favalli1-1415/+312
2008-02-18Fixed image name.Eugenio Favalli1-30/+30
2007-11-19Merged revisions 3739,3743-3744,3746-3747 via svnmerge from Bjørn Lindeijer1-0/+10
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3739 | umperio | 2007-11-16 11:49:58 +0100 (Fri, 16 Nov 2007) | 1 line Removed useless win32 implementation of gettimeofday. ........ r3743 | umperio | 2007-11-16 15:14:00 +0100 (Fri, 16 Nov 2007) | 1 line Fixed minor issues. ........ r3747 | b_lindeijer | 2007-11-18 23:05:16 +0100 (Sun, 18 Nov 2007) | 2 lines Fixed small mapping error, collision layer not changed. ........
2007-09-11Fixed admin commands.Eugenio Favalli1-20/+0
2007-08-26Removed home dir from config file to avoid encoding issues.Eugenio Favalli1-10/+0
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-0/+30
2007-08-14Fixed popup menu requiring one more click after being used.Eugenio Favalli1-0/+20
2007-07-11Weapon sprites are now (almost) threated like other equipment sprites ↵Philipp Sehmisch1-0/+4
through the equipment sprite database. (use -u to ignore updates)
2007-05-20Updated Code::Blocks project file.Eugenio Favalli1-0/+40
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+20
2007-03-22Fixed problems with window icon on Windows as much as possible.Bjørn Lindeijer1-6/+16
2007-01-30Updated Code::blocks project.Eugenio Favalli1-10/+0
2007-01-14Fixed windows headers issuesEugenio Favalli1-30/+1
2006-12-12Updated project filesEugenio Favalli1-36/+30
2006-12-11Fixed windows binary versionEugenio Favalli1-0/+6
2006-12-06Updated project filesEugenio Favalli1-0/+10
2006-11-29Updated project filesEugenio Favalli1-0/+20
2006-11-27Updated Code::Blocks project file.Bjørn Lindeijer1-4/+20
2006-11-23Updated project filesEugenio Favalli1-0/+10
2006-11-15Updated project filesEugenio Favalli1-0/+10
2006-11-15Fixed dynamic linking of libcurlEugenio Favalli1-21/+16
2006-11-15Updated project filesEugenio Favalli1-0/+10
2006-11-09Fixed a conflict with Windows headers and updated project filesEugenio Favalli1-0/+10