summaryrefslogtreecommitdiff
path: root/tmw.cbp
AgeCommit message (Collapse)AuthorFilesLines
2009-08-10Add SpecialsWindowJared Adams1-8/+4
THis replaces the MagicWindow that the TMWServ build used and will be usable going forward for eAthena.
2009-07-25Add new files to makefileKess Vargavind1-0/+2
2009-07-21Updated codeblocks fileDavid Athay1-2/+2
2009-07-19Merge StatusWindowsJared Adams1-16/+2
Also some other small merges
2009-07-13Rename Net::SkillHandler to Net::SpecialHandlerJared Adams1-5/+5
SkillHandler::up moved to PlayerHandler::increaseSkill
2009-07-08Have both builds use the same SkillDialogJared Adams1-16/+2
2009-07-07Use tmw-skills.xml instead of hardcodingJared Adams1-0/+2
2009-05-25Update code blocks project file.Dennis Friis1-8/+2
Patch by QOAL
2009-05-18Fixed compilation for tmwservDavid Athay1-9/+7
2009-05-14Add QOAL's outfit windowJared Adams1-0/+2
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