summaryrefslogtreecommitdiff
path: root/tmw.cbp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-04Removed the no longer used EmoteContainer classBjørn Lindeijer1-2/+0
This code moved into EmotePopup.
2009-05-04Replaced emote window with a new emote popupBjørn Lindeijer1-4/+4
The popup is meant to be temporary, showing the emote instantly when you click on it. It adapts nicely to show any number of emotes. I still need to add a better way of assigning emote shortcuts, since currently you can only change which emote is assigned to which shortcut by actually using it.
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-2/+0
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-16/+16
We don't use underscores in the filenames generally, and let's be consistent on that matter.
2009-04-28Made map non-resizable. Stopped emote spamming.David Athay1-4/+0
2009-04-23Added rejecting party invites.David Athay1-0/+2
2009-04-20Fix clearing handlers on connecting to game server.David Athay1-554/+559
2009-04-16Make sure math functions are still inlinedBjørn Lindeijer1-1/+0
A function call could be quite a large overhead on top of a fast square root function.
2009-04-15Non-neon-colored HP barsunknown1-0/+2
* Defaults for hp bar are more reasonable * Code::Blocks project file updated to include Desktop.cpp and Desktop.h
2009-04-14Start a MathUtils fileJared Adams1-1/+2
It has fast(inv)sqrt and weightedAverage. Also cleanup the last ocmmit a bit.
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