summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-09-01add software renderer for SDL2.Andrei Karas1-0/+4
before it used default renderer with software flags.
2013-09-01add SDL2 default render mode.Andrei Karas1-1/+2
in this mode SDL using own driver with hardware acceleration.
2013-09-01add way to map render mode selection to actual modes.Andrei Karas1-0/+2
2013-09-01add renderer enum.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-16/+16
2013-08-31move particles into particle dir.Andrei Karas1-15/+15
2013-08-31move input related files into input dir.Andrei Karas1-14/+14
2013-08-31move render classes into render dir.Andrei Karas1-16/+16
2013-08-31add missing files into make scripts.v1.3.9.1Andrei Karas1-0/+1
2013-08-29add file access fuzzer.Andrei Karas1-0/+2
2013-08-26add surface allocation debug code.Andrei Karas1-0/+2
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas1-0/+2
For SDL1.2 used SDLImageHelper.
2013-08-24extract surface draw into surfacegraphics class.Andrei Karas1-0/+2
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas1-0/+4
2013-08-24separate SDLGraphics and SDLImageHelper to 1.2 and 2.Andrei Karas1-0/+4
add missing sdlshared.h
2013-08-18Remove gcn::SDLGraphics from basic classes.Andrei Karas1-2/+0
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas1-0/+2
2013-08-06add colors tab into chat emotes window.Andrei Karas1-0/+4
2013-08-01add gui for in chat emotes.Andrei Karas1-0/+4
For add in chat emote press F1 inside opened chat, then select and click emote.
2013-07-18move shared code for reading being info attributes to separate class.Andrei Karas1-0/+2
Also fix name offsets for pets.
2013-07-11move sound constants to separate file.Andrei Karas1-0/+1
2013-07-10dehardcode death messages.Andrei Karas1-0/+2
add deadmessages.xml for death messages.
2013-06-09Add cpu features detection.Andrei Karas1-0/+2
2013-06-01add dragdrop between inventory and outfits window.Andrei Karas1-0/+1
2013-05-21improve skilldialog class.Andrei Karas1-0/+6
split skilldialog file.
2013-05-18rename listender to depricatedlistener.Andrei Karas1-2/+2
2013-05-11Allow load avatars from avatars.xmlAndrei Karas1-0/+2
2013-05-01add pixel size detection fo X11 and windows.Andrei Karas1-1/+1
2013-04-29split being.cpp to some files.Andrei Karas1-0/+3
2013-04-29Improve a bit look in character selection window.Andrei Karas1-0/+7
Add selection skin for playerbox. New theme file: playerboxselected.xml
2013-04-24add null opengl renderer.Andrei Karas1-0/+2
2013-04-20add support for GIMP palettes for dye colors.Andrei Karas1-0/+3
Palette file must be named palette.gpl and contain colors with correct names. To use it in dye string can be used character @. Example: <color id="2" name="black" value="@Untitled7,Untitled8,Untitled6"/> in all dye string it not tested.
2013-04-18add delay to action sounds.Andrei Karas1-1/+2
delay now unused.
2013-04-14add basic client side only support for pets.Andrei Karas1-0/+2
now pets cant move and dont have any ai. pet can be only spawn at player position if equiped item with assigned pet.
2013-04-08move direct SDL_net calls to proxy file sdltcpnet.Andrei Karas1-0/+2
2013-03-31Add support for sound effects in any notification messages.Andrei Karas1-0/+2
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+2
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23.
2013-03-27improve charserverhandler class.Andrei Karas1-2/+2
2013-03-22Add language tab class.Andrei Karas1-0/+2
2013-03-17add walkmaps support.Andrei Karas1-2/+6
Fast detecting between two targets is they in same walkable area.
2013-03-08Impliment notify manager.Andrei Karas1-0/+3
Move buy/sell notifications to NotifyManager.
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-7/+7
2013-02-20Fix cmake building on linux Adding the rt library so manaplus can compile on ↵James Walsh1-0/+3
distributions that disallow implicit linking
2013-02-19Add support for GM tab.Andrei Karas1-0/+2
This tab visible all messages from @wgm chat command and local messages in this tab.
2013-02-18Remove auction bot support.Andrei Karas1-2/+0
This bot for long time offline in tmw and possible will be never online.
2013-02-18Remove manaserv files from cmake.Andrei Karas1-72/+5
2013-02-18remove sha256.cpp/h files.Andrei Karas1-4/+0
It used only in manaserv, and manaserv for now not supported.
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-0/+2
2013-02-10Remove channel classes because it was used only in manaserv.Andrei Karas1-6/+0
2012-12-31Add support for changable actions for onscreen controls.Andrei Karas1-0/+2