Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-04 | Removed the no longer used EmoteContainer class | Bjørn Lindeijer | 1 | -2/+0 | |
This code moved into EmotePopup. | |||||
2009-05-04 | Replaced emote window with a new emote popup | Bjørn Lindeijer | 1 | -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-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -2/+0 | |
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -16/+16 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-28 | Made map non-resizable. Stopped emote spamming. | David Athay | 1 | -4/+0 | |
2009-04-23 | Added rejecting party invites. | David Athay | 1 | -0/+2 | |
2009-04-20 | Fix clearing handlers on connecting to game server. | David Athay | 1 | -554/+559 | |
2009-04-16 | Make sure math functions are still inlined | Bjørn Lindeijer | 1 | -1/+0 | |
A function call could be quite a large overhead on top of a fast square root function. | |||||
2009-04-15 | Non-neon-colored HP bars | unknown | 1 | -0/+2 | |
* Defaults for hp bar are more reasonable * Code::Blocks project file updated to include Desktop.cpp and Desktop.h | |||||
2009-04-14 | Start a MathUtils file | Jared Adams | 1 | -1/+2 | |
It has fast(inv)sqrt and weightedAverage. Also cleanup the last ocmmit a bit. | |||||
2009-04-11 | Remove more support #ifdefs | Jared Adams | 1 | -8/+2 | |
2009-04-10 | Reduced the GCContainer to be even more trivial | Bjørn Lindeijer | 1 | -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-08 | Add a more flexible wallpaper system | Jared Adams | 1 | -0/+2 | |
2009-04-08 | Updated Code::Blocks project file | Philipp Sehmisch | 1 | -564/+562 | |
2009-04-08 | Make some more file build for both servers | Jared Adams | 1 | -20/+5 | |
Also some cleanup in main.cpp | |||||
2009-04-08 | Move ChatInput into the files for ChatWindow | Jared Adams | 1 | -2/+0 | |
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -0/+25 | |
Also make Net::LogoutHandler | |||||
2009-04-06 | Implement TMWServ's CharHandler | Jared Adams | 1 | -0/+2 | |
Also cleanup character creation, which isn't functional at the moment. | |||||
2009-04-06 | Add TMWServ's SkillHandler | Jared Adams | 1 | -0/+12 | |
Also namespace both Player- and TradeHandlers | |||||
2009-04-06 | Added 2 different unix targets, one for eAthena, one for tmwserv | David Athay | 1 | -554/+717 | |
2009-04-04 | Update Code::Blocks project file | Jared Adams | 1 | -5/+17 | |
2009-04-02 | Updated Code::Blocks project file. Made it easier to work with both build ↵ | Philipp Sehmisch | 1 | -11/+18 | |
targets in parallel by using separate object file directorys and different names for the created binaries. | |||||
2009-03-29 | Updated Code::Blocks file | Philipp Sehmisch | 1 | -17/+23 | |
2009-03-29 | Fixed compilation on Windows | Philipp Sehmisch | 1 | -45/+454 | |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -0/+7 | |
Conflicts: Many files. | |||||
2009-03-19 | Updated Code::Blocks project file | Bjørn Lindeijer | 1 | -2/+0 | |
These files no longer exist, I removed them in commit 7e43b82e3b7cda034fab34c15ecfaa97c1a99146 | |||||
2009-03-18 | Merge branch 'master' of git@gitorious.org:tmw/eathena | Philipp Sehmisch | 1 | -2/+4 | |
2009-03-18 | Updated project file | Philipp Sehmisch | 1 | -0/+2 | |
2009-03-17 | Add the TextPreview widget to CBP and CMake | Jared Adams | 1 | -0/+2 | |
2009-03-17 | Finish renaming gui/color.* to gui/palette.* | Jared Adams | 1 | -2/+2 | |
2009-03-08 | Add an interface for eAthena's storage system | Jared Adams | 1 | -0/+2 | |
2009-03-06 | Add the unit classes to the Code::Blocks file | Jared Adams | 1 | -0/+2 | |
2009-02-26 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -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-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 1 | -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-15 | Merge branch '0.0.28' | Bjørn Lindeijer | 1 | -0/+1 | |
Conflicts: po/POTFILES.in src/main.cpp src/main.h tmw.cbp | |||||
2009-02-12 | Updated project file and version number in NSIS scriptv0.0.28.1 | Philipp Sehmisch | 1 | -1/+9 | |
2009-02-10 | Changed spelling from colour to color. | Philipp Sehmisch | 1 | -4/+4 | |
2009-02-10 | Updated code::blocks project | Philipp Sehmisch | 1 | -6/+42 | |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -0/+2 | |
Conflicts: A lot of files... | |||||
2009-01-27 | Enabled gettext translations on windows. | Philipp Sehmisch | 1 | -0/+2 | |
2009-01-23 | Updated code::blocks project | Philipp Sehmisch | 1 | -3/+10 | |
2009-01-19 | Fixes to the NPC Integer input field | Ira Rice | 1 | -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-09 | Updated Code::Blocks project file | Philipp Sehmisch | 1 | -0/+5 | |
2009-01-08 | Removed the unused Box, VBox and HBox classes | Bjørn Lindeijer | 1 | -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-01 | Made trade window resizable | Bjørn Lindeijer | 1 | -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-29 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -0/+2 | |
(cherry-picked from mainline) | |||||
2008-12-27 | Added include and lib directories to the CB project | Bjørn Lindeijer | 1 | -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-14 | Reverted an accidental change in Code::Blocks project file. | Philipp Sehmisch | 1 | -1/+1 | |
2008-12-14 | Fixed follow-parent of nested and being-following particle emitters | Philipp Sehmisch | 1 | -1/+1 | |
2008-12-09 | Updated release date for 0.0.27v0.0.27 | Bjørn Lindeijer | 1 | -2/+0 | |