summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24REplace instances of TMW with ManaJared Adams1-68/+68
2009-10-13Add an asynchronous download classJared Adams1-0/+2
And use it to download news, updates, and the server list.
2009-09-30Merge login state machines for both clientsJared Adams1-24/+20
Also do some cleanup and refactoring of related code.
2009-08-10Add SpecialsWindowJared Adams1-2/+4
THis replaces the MagicWindow that the TMWServ build used and will be usable going forward for eAthena.
2009-07-24Made the wallpaper be rescaled when necessary under SDL and OpenGL.Bertram1-0/+2
The SDL methods to rescale the wallpaper has been optimized to permit rescaling at load time while OpenGL draws directly rescaled. Does someone know how to smooth the rescaled image under OpenGL?
2009-07-19Merge StatusWindowsJared Adams1-4/+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-4/+2
2009-07-07Use tmw-skills.xml instead of hardcodingJared Adams1-0/+2
2009-05-25Renamed connection.{cpp,h} to connectiondialog.{cpp,h}Bjørn Lindeijer1-2/+2
Consistent with the class name and avoids confusing it with the connection.{cpp,h} in net/tmwserv.
2009-05-25Fix CMakeLists.txtHong Hao1-2/+2
Signed-off-by: Hong Hao <oahong@gmail.com> Signed-off-by: Chuck Miller <shadowmil@gmail.com>
2009-05-14Add QOAL's outfit windowJared Adams1-0/+2
2009-05-12Fixed linking for CMake/Win32Bernd Wachter1-3/+8
2009-05-07Moved two files which held net data into the net folder. ConsideringTametomo1-2/+2
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
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-03Added rotational particles, and added code to show arrows when a player ↵Chuck Miller1-0/+2
shoots them.
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-2/+0
2009-05-01Merge the NPC dialogs into oneJared Adams1-8/+2
Also add support for the new TMWServ NPC packets
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-27Moved special coordinates packing into MessageOutBjørn Lindeijer1-1/+0
Is a better place. The reading part was already in MessageIn.
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-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-2/+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-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer1-2/+4
Cleans up main.cpp a little.
2009-04-08Add a more flexible wallpaper systemJared Adams1-0/+2
2009-04-08Moved wrong file in CMakeLists.txtJared Adams1-2/+2
2009-04-08Make some more file build for both serversJared Adams1-4/+4
Also some cleanup in main.cpp
2009-04-08Move ChatInput into the files for ChatWindowJared Adams1-2/+0
2009-04-08Disable po-update for cmake; move buildflags to prevent overwritingBernd Wachter1-2/+3
2009-04-08CMake: We actually no longer depend on Guichan OpenGLBjørn Lindeijer1-3/+0
2009-04-08Associated setup tab name with the tab itselfBjørn Lindeijer1-0/+1
Keeps things together in the right place and allowed writing a bit more generic code in the Setup class.
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-39/+39
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-04-07Make GeneralHandlers for both networksJared Adams1-0/+7
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-06Fixed compile warning about initialization orderBjørn Lindeijer1-2/+2
Also made CMakeLists.txt consistent with Makefile.am regarding the BuySellDialog.
2009-04-06Add TMWServ's SkillHandlerJared Adams1-0/+2
Also namespace both Player- and TradeHandlers
2009-04-06Updated cmake file listBjørn Lindeijer1-0/+4
2009-04-06Fixed DATADIR and LOCALEDIR variables for CMake-build; fixed game data ↵Bernd Wachter1-1/+2
installation
2009-04-04Fixed CMake build files; both tmwserv and eathena clients will get built, ↵Bernd Wachter1-112/+180
the eathena-binary gets named tmw-ea Fixed gitignore for CMake files
2009-03-27Removed the unused BuddyList classBjørn Lindeijer1-2/+0
This class would store the buddy list in a file on the client, which is really not that useful. It was removed before in d268447e18c6e3edd80658f8f8d4317740c33af9, but apprently had come back with the merge with mainline.
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-5/+16
Conflicts: A lot of files.
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-3/+8
Conflicts: Many files.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-9/+85
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!
2009-03-19Some minor cleanups in a few windows and build scripts, as well asIra Rice1-5/+3
fixing tables to correct the highlights to draw where they're supposed to, as well as at the opacity they're supposed to. Signed-off-by: Ira Rice <irarice@gmail.com>
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-14Made a label class derived from the guichan label class which utilizesIra Rice1-0/+2
the palette colors. While technically, this can be accomplished through other means, it's rather clumsy overall, and is prone to introducing in programmer errors. This commit finally catches every case where text is used, and applies the text color from the color dialog to each of them appropriately. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-03-12Extend color config gui to support the new colorsMajin Sniper1-0/+2
The new color palette supports many more colors that the browserbox can display. So a change to the color config gui was needed.