summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-08-19Move some code from network to base classes.Andrei Karas1-0/+2
2012-08-11Extend FBO support.Andrei Karas1-0/+2
Use FBO only if it supported. Use better FBO functions if possible.
2012-08-11Move fbo code to GraphicsManager from opengl backends.Andrei Karas1-0/+1
2012-07-29Add quests netcode and quests window.Andrei Karas1-0/+6
2012-07-28Add support for images in npc menu.Andrei Karas1-0/+3
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-2/+2
2012-07-19Rename opengl1graphics to safeopenglgraphics.Andrei Karas1-2/+2
2012-07-15Remove emote popup window.Andrei Karas1-2/+0
2012-07-07Remove manaserv from automake files.Andrei Karas1-64/+0
2012-06-30Extend leak detection features.Andrei Karas1-1/+1
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+49
Can register, create char, connect to map server and get map info.
2012-06-24Remove enet code from sources.Andrei Karas1-19/+1
It only need for manaserv server type, but manaserv still in long development.
2012-06-21Add delayed images load.Andrei Karas1-0/+2
Can work for now only in OpenGL modes.
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-0/+4
2012-06-10Move SubImage class to separate file.Andrei Karas1-2/+4
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-0/+2
Remove SDL merge method. It was very slow and unused.
2012-05-19Rename register.cpp/h files to registerdialog.cpp/hAndrei Karas1-2/+2
2012-05-13Remove guichanfwd.h.Andrei Karas1-1/+0
2012-05-06Fix code style.Andrei Karas1-2/+0
2012-05-06Move specials window to manaserv only code.Andrei Karas1-5/+5
2012-05-05Improve images drawing and remove some useless code.Andrei Karas1-2/+0
2012-04-29Add graphicsmanager class and move some code to it.Andrei Karas1-0/+2
2012-04-23Remove outdated fix for windows builds.Andrei Karas1-2/+1
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas1-0/+4
Now widgets can check for input event.
2012-04-15Add missing file to make files.Andrei Karas1-0/+1
2012-04-14Rename class InventoryFilter to RadioGroup.Andrei Karas1-4/+8
Add WidgetGroup and TabStrip classes for grouping controls.
2012-04-10Rename settings tab keyboard to input.Andrei Karas1-2/+2
2012-04-08Allow assign 3 keys to any action.Andrei Karas1-0/+1
2012-04-04Add test for browserbox.Andrei Karas1-0/+1
2012-04-01Add keyboarddata.h to make files.v1.2.4.1Andrei Karas1-0/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas1-0/+1
2012-03-26Redesign input handling.Andrei Karas1-0/+6
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-2/+2
bad and must be replaced with better implimentation.
2012-02-27Add sliderlist setup item.Andrei Karas1-0/+2
2012-02-25Add SliderList control.Andrei Karas1-0/+2
2012-02-19Add visual page in settings.Andrei Karas1-0/+2
Move pickup particle settings to visual tab page.
2012-02-12Add unit tests for stringutils.Andrei Karas1-4/+5
2012-02-11Add support for gtest framework.Andrei Karas1-0/+4
2012-02-05Add own translation system.Andrei Karas1-0/+6
2012-02-05Separate map class to map and maplayer.Andrei Karas1-1/+3
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-0/+2
2012-02-01Rename CustomServerDialog to EditServerDialog.Andrei Karas1-0/+2
Use EditServerDialog for adding new servers to ServerDialog.
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-0/+2
This avoids the creation of a temporary buffer containing a complete file for the sole purpose of wrapping it up in an SDL_RWops. The necessary wrapper is by Ryan C. Gordon and is included in the PhysFS repository under 'extras'. Reviewed-by: Yohann Ferreira Conflicts: mana.files src/CMakeLists.txt src/resources/resourcemanager.cpp src/resources/soundeffect.cpp
2012-01-23Add false and true condition logging.Andrei Karas1-0/+2
2012-01-04Add ability for testing drivers and graphics.Andrei Karas1-0/+4
2012-01-04Add process execute functions.Andrei Karas1-0/+2
2011-12-29Move sha256 files to manaserv only files.Andrei Karas1-2/+2
2011-11-19Add limits for creating chars (hair color, hair style, stats).Andrei Karas1-0/+2
2011-11-13Add missing h file to make and project files.Andrei Karas1-0/+1
2011-08-30Add auction bot support switch.Andrei Karas1-0/+2