summaryrefslogtreecommitdiff
path: root/src/gui/windows/equipmentwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-1/+2
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas1-1/+2
2015-01-24Use InventoryType for inventory type.Andrei Karas1-1/+6
2015-01-11Simplify AddButton method in WidgetGroup class.Andrei Karas1-1/+1
2015-01-04Add stringmap typedefs.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-30Equip items also if drag it from inventory to player box in equipment window.Andrei Karas1-0/+28
2014-12-05fix code style.Andrei Karas1-1/+0
2014-11-23Add support for additional slots in net code.Andrei Karas1-2/+5
2014-10-22Move equipment window slots names mapping to id to separate file.Andrei Karas1-94/+15
2014-10-22Add missing slots ids into equipment window.Andrei Karas1-13/+53
2014-10-10Fix code style.Andrei Karas1-1/+1
2014-09-29Fix equipment window if equipmentwindow.xml is missing.Andrei Karas1-0/+1
2014-09-28Add support for pages in equipment window.Andrei Karas1-41/+136
2014-09-06Increase number of slots again.Andrei Karas1-1/+1
2014-08-17Use public item popup in equipmentwindow.Andrei Karas1-13/+10
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-5/+4
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-4/+4
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-1/+1
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas1-0/+1
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-19Move itemslot into separate file.Andrei Karas1-1/+2
2014-05-18Move mousebutton into separate file.Andrei Karas1-2/+2
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-16Move equipbox into separate file.Andrei Karas1-0/+1
2014-03-28simplify variables cleanup.Andrei Karas1-6/+4
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-14/+14
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-0/+2
2014-03-16Improve theme usage.Andrei Karas1-1/+1
2014-03-13improve variables order in windows.Andrei Karas1-6/+6
2014-03-03fix selection image in equipmentwindow.Andrei Karas1-0/+4
2014-02-24Rename Rectangle into Rect.Andrei Karas1-6/+6
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-4/+4
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-6/+6
2014-02-18Remove default constructor from Widget2.Andrei Karas1-1/+2
2014-02-16combine font classes in one.Andrei Karas1-3/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-6/+6
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-11/+19
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-1/+1
2014-01-30Fix code style.Andrei Karas1-2/+0
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas1-3/+0
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-8/+4
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-1/+1