summaryrefslogtreecommitdiff
path: root/tmw.cbp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-11Remove more support #ifdefsJared Adams1-8/+2
2009-04-10Reduced the GCContainer to be even more trivialBjørn Lindeijer1-2/+2
A container that deletes all its children on destruction doesn't have to be so complicated. Also renamed it to simply Container, since I think it should simply be default behavior. WindowContainer and Popup classes now inherit from this Container.
2009-04-08Add a more flexible wallpaper systemJared Adams1-0/+2
2009-04-08Updated Code::Blocks project filePhilipp Sehmisch1-564/+562
2009-04-08Make some more file build for both serversJared Adams1-20/+5
Also some cleanup in main.cpp
2009-04-08Move ChatInput into the files for ChatWindowJared Adams1-2/+0
2009-04-07Make GeneralHandlers for both networksJared Adams1-0/+25
Also make Net::LogoutHandler
2009-04-06Implement TMWServ's CharHandlerJared Adams1-0/+2
Also cleanup character creation, which isn't functional at the moment.
2009-04-06Add TMWServ's SkillHandlerJared Adams1-0/+12
Also namespace both Player- and TradeHandlers
2009-04-06Added 2 different unix targets, one for eAthena, one for tmwservDavid Athay1-554/+717
2009-04-04Update Code::Blocks project fileJared Adams1-5/+17
2009-04-02Updated Code::Blocks project file. Made it easier to work with both build ↵Philipp Sehmisch1-11/+18
targets in parallel by using separate object file directorys and different names for the created binaries.
2009-03-29Updated Code::Blocks filePhilipp Sehmisch1-17/+23
2009-03-29Fixed compilation on WindowsPhilipp Sehmisch1-45/+454
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+7
Conflicts: Many files.
2009-03-19Updated Code::Blocks project fileBjørn Lindeijer1-2/+0
These files no longer exist, I removed them in commit 7e43b82e3b7cda034fab34c15ecfaa97c1a99146
2009-03-18Merge branch 'master' of git@gitorious.org:tmw/eathenaPhilipp Sehmisch1-2/+4
2009-03-18Updated project filePhilipp Sehmisch1-0/+2
2009-03-17Add the TextPreview widget to CBP and CMakeJared Adams1-0/+2
2009-03-17Finish renaming gui/color.* to gui/palette.*Jared Adams1-2/+2
2009-03-08Add an interface for eAthena's storage systemJared Adams1-0/+2
2009-03-06Add the unit classes to the Code::Blocks fileJared Adams1-0/+2
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+2
Conflicts: data/graphics/images/login_wallpaper.png src/being.cpp src/beingmanager.cpp src/engine.cpp src/game.cpp src/gui/buysell.cpp src/gui/buysell.h src/gui/gui.h src/gui/npc_text.cpp src/gui/npc_text.h src/gui/npcintegerdialog.cpp src/gui/npclistdialog.cpp src/gui/npclistdialog.h src/gui/npcstringdialog.cpp src/gui/sell.cpp src/gui/shop.cpp src/gui/table.cpp src/net/beinghandler.cpp src/net/npchandler.cpp src/net/playerhandler.cpp src/npc.cpp src/npc.h src/shopitem.cpp src/shopitem.h src/utils/stringutils.cpp src/utils/stringutils.h src/utils/trim.h
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.