Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 3 | -9/+7 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-07-19 | Fixed radar dot size of local player and the color of the [TARGET] string. | Bjørn Lindeijer | 1 | -1/+2 | |
2006-07-19 | Fixed next/previous buttons behaviour in character selection dialog. | Eugenio Favalli | 1 | -1/+2 | |
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 10 | -14/+14 | |
2006-07-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 2 | -35/+23 | |
specified in the downloaded resources.txt file, and in the order in which they are mentioned (the top one being the most significant). | |||||
2006-07-12 | Fixed a warning with GCC 4.2 about string comparisons. | Bjørn Lindeijer | 1 | -18/+19 | |
2006-06-27 | Equipment window now show all the slots, and adapted visible shirts to head ↵ | Eugenio Favalli | 1 | -2/+2 | |
(middle) equipments. | |||||
2006-06-21 | Added female players. | Eugenio Favalli | 5 | -25/+21 | |
2006-05-15 | Set slider range to the real values instead of mapping the amount between ↵ | Björn Steinbrink | 1 | -4/+3 | |
[0,1] and [1,max] all the time. | |||||
2006-05-05 | Fixed some numeric conversions. | Eugenio Favalli | 1 | -2/+2 | |
2006-05-03 | FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ↵ | Eugenio Favalli | 3 | -4/+85 | |
based on peoro's patch). | |||||
2006-03-25 | Added window resize patch by peoro. | Eugenio Favalli | 1 | -9/+6 | |
2006-03-20 | Fixed an include. | Eugenio Favalli | 1 | -1/+1 | |
2006-03-19 | Fixed a memory leak and removed some whitespace noise. | Björn Steinbrink | 2 | -13/+22 | |
2006-03-19 | Removed some useless null pointer checks. | Björn Steinbrink | 3 | -13/+4 | |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 17 | -204/+131 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 17 | -131/+204 | |
2006-03-19 | Removed some duplicate initializations. | Björn Steinbrink | 6 | -45/+33 | |
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the ↵ | Björn Steinbrink | 9 | -340/+635 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". | |||||
2006-03-18 | Use the window container instead of the graphics class to calculate window ↵ | Björn Steinbrink | 4 | -18/+9 | |
positions. | |||||
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 17 | -202/+128 | |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 11 | -78/+38 | |
2006-03-09 | Made all local action listeners structs and moved them into anonymous ↵ | Björn Steinbrink | 2 | -21/+17 | |
namespaces. | |||||
2006-03-09 | Removed coordinate arguments from ProgressBar ctor. | Björn Steinbrink | 8 | -63/+77 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 52 | -1508/+1454 | |
2006-03-09 | Added Spriteset::get() and Spriteset::size() to hide the member vector and ↵ | Björn Steinbrink | 3 | -12/+12 | |
remove the weird mySpriteset->spriteset stuff. | |||||
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 27 | -246/+90 | |
2006-03-09 | Use std::auto_ptr in some places. | Björn Steinbrink | 3 | -13/+15 | |
2006-03-08 | Make the MouseOverLink functor dynamic and use a STL algorithm in one more ↵ | Björn Steinbrink | 1 | -18/+8 | |
place. | |||||
2006-03-08 | Some fixes for compiling with pedantic compiler settings and const char* checks. | Bjørn Lindeijer | 3 | -5/+5 | |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers ↵ | Björn Steinbrink | 6 | -28/+21 | |
using STL algorithms. | |||||
2006-03-08 | Reverted changes from r2225, it broke walking code as I missed the ↵ | Björn Steinbrink | 1 | -3/+3 | |
differences between tile and being collisions. | |||||
2006-03-08 | Made Inventory use STL algorithms and fixed getLastUsedSlot semantics. | Björn Steinbrink | 1 | -2/+2 | |
2006-03-08 | Let the LocalPlayer decide whether it can walk to a destination. | Björn Steinbrink | 1 | -3/+3 | |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 1 | -5/+6 | |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 9 | -27/+37 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 5 | -38/+16 | |
2006-02-16 | Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs ↵ | Björn Steinbrink | 3 | -57/+54 | |
to be valid real early" issue. | |||||
2006-02-06 | Added a Joystick class. | Björn Steinbrink | 2 | -49/+8 | |
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 1 | -3/+3 | |
2006-02-05 | Made the nickname and emotions displayed above every layers. Made the delete ↵ | Yohann Ferreira | 2 | -4/+10 | |
and ok buttons be disabled once the character is selected at login. | |||||
2006-02-05 | Made the player walk to items prior to picking them up. | Björn Steinbrink | 1 | -4/+0 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 3 | -26/+24 | |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the ↵ | Björn Steinbrink | 2 | -39/+13 | |
config, it's not its job to do so. | |||||
2006-02-01 | Removed duplicated code. | Björn Steinbrink | 1 | -15/+6 | |
2006-02-01 | Replaced ErrorDialog by OkDialog + listener. | Björn Steinbrink | 2 | -90/+0 | |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵ | Björn Steinbrink | 13 | -116/+44 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
2006-02-01 | Simplified button creation code in some windows. Fixed a bug where the game ↵ | Björn Steinbrink | 3 | -64/+37 | |
crashes if there's a message dialog from a npc that no longer exists. Reverted properties to private. | |||||
2006-01-31 | Cleanup. | Björn Steinbrink | 1 | -7/+8 | |
2006-01-31 | Made RequestTradeDialog inherit from ConfirmDialog. | Björn Steinbrink | 2 | -65/+10 | |