Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-25 | Make sure the correct color for the pulse gradient shows up on the | Ira Rice | 1 | -0/+1 | |
slider as well, rather than just in the preview, on startup. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-25 | Merged relevent changes from TMW commit | Ira Rice | 4 | -26/+24 | |
dfcc6397848d4597b386b688f689352de6c19ae2 Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 33 | -170/+168 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-26 | Remove redundancy, fix variable names and other code cleanups | Bjørn Lindeijer | 13 | -126/+114 | |
2009-03-25 | Don't crash cause of deleting a model twice | Bjørn Lindeijer | 1 | -3/+0 | |
This reverts commit c2e4a7a70971355f1446bb01053af8a1da8c98e1. | |||||
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 33 | -79/+84 | |
Mostly putting & and * in the right place and making some getters const. | |||||
2009-03-25 | Fixed some headers of recently added files | Bjørn Lindeijer | 4 | -14/+10 | |
2009-03-25 | Don't crash cause of deleting a model twice | Bjørn Lindeijer | 1 | -3/+0 | |
This reverts commit c2e4a7a70971355f1446bb01053af8a1da8c98e1. | |||||
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 121 | -1675/+4522 | |
Conflicts: A lot of files. | |||||
2009-03-25 | Fixed a static leak in skin loading. | Ira Rice | 1 | -0/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-25 | Relaxed collision and fringe naming slightly so that they just need to | Ira Rice | 1 | -1/+1 | |
start with collision or fringe, instead of being required to be the same case throughout the beginning of the layer name. Also made a default name for popup menus so that their skins can also be changed by users. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-25 | Modified skin loading to save and load a skin's XML path, as well as | Ira Rice | 9 | -58/+142 | |
modified the skin loading method to take a default value, in case the value in the configuration file fails to load for one reason or another. While this doesn't directly expose skinning on a per window basis to the user at the moment, it does allow people to change what skins get loaded with which windows now without needing to modify the code. TODO: Determine a decent approach to allowing the user to change their window skins in game, as well as moving all widget skin loading to the skin class (for instance, the button skins, progressbar skins, etc.) so that different skin configurations can use different widget skins. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-25 | Moved the responsibility for skin alpha adjustment to the Skin class. | Ira Rice | 6 | -113/+63 | |
This fixes a break that occured where skins wouldn't update in real time in the client, due to being passed a reference, rather than getting the skin itself. Signed-off-by: Ira Rice <shogun@odin.(none)> | |||||
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 83 | -880/+1974 | |
Conflicts: Many files. | |||||
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 9 | -11/+13 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2009-03-23 | Make some getters const | Jared Adams | 2 | -3/+3 | |
2009-03-23 | Merge eA's command handling into CommandHandler | Jared Adams | 4 | -493/+76 | |
Also drop Aethyra's custom magic code | |||||
2009-03-22 | Move handling of eA skill messages to SkillHandler | Jared Adams | 2 | -150/+3 | |
2009-03-22 | Fix chat under eAthena | Jared Adams | 2 | -75/+69 | |
2009-03-22 | Fixed some compiler warnings | Bjørn Lindeijer | 2 | -6/+6 | |
Superfluous semicolons, initialization order and signed/unsigned mismatches. | |||||
2009-03-22 | Fixed some compiler warnings | Bjørn Lindeijer | 3 | -10/+13 | |
Superfluous semicolons, initialization order and signed/unsigned mismatches. | |||||
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 94 | -534/+6131 | |
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-19 | Throttle framerates down to save CPU cycles. Now that we're getting high | Ira Rice | 1 | -14/+18 | |
framerates in OpenGL even on older hardware, this should be done to conserve on CPU usage, rather than stressing it with more frames than the monitor can render. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Reduced down label code. | Ira Rice | 1 | -29/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Forgot to remove some now unneeded includes. | Ira Rice | 4 | -4/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Made the plus and minus buttons in the last commit look more | Ira Rice | 5 | -10/+12 | |
aesthetically pleasing. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Reformatted the item amount window and the buy/sell windows so that | Ira Rice | 10 | -62/+156 | |
their guis are similarly laid out. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Simplified trading dialog controls. | Ira Rice | 3 | -36/+22 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Some minor cleanups in a few windows and build scripts, as well as | Ira Rice | 5 | -298/+13 | |
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-19 | Make sure positionable dialogs start out centered | Jared Adams | 23 | -20/+57 | |
2009-03-19 | Port Progressbar to TextRenderer | Majin Sniper | 1 | -23/+8 | |
2009-03-19 | Port Progressbar to TextRenderer | Majin Sniper | 2 | -14/+10 | |
2009-03-19 | Fixed SDL_ttf include again | Bjørn Lindeijer | 1 | -1/+1 | |
Please set up your include path if this include doesn't work for you. | |||||
2009-03-18 | Fix up the NPC interraction widnows a bit | Jared Adams | 12 | -36/+78 | |
2009-03-18 | A few more fixes in the ItemAmount dialog | Jared Adams | 1 | -1/+5 | |
2009-03-18 | Clean up TtemAmount dialog and add an All button | Jared Adams | 2 | -27/+33 | |
2009-03-18 | Clean up TtemAmount dialog and add an All button | Jared Adams | 2 | -27/+33 | |
2009-03-18 | Fix up the NPC interraction widnows a bit | Jared Adams | 10 | -12/+41 | |
2009-03-18 | Windows compilation fixes | Philipp Sehmisch | 2 | -2/+2 | |
2009-03-18 | Fixed a broken Mac include for SDL_ttf | Bjørn Lindeijer | 1 | -2/+2 | |
Reviewed-by: trapdoor | |||||
2009-03-15 | Fixed BuySell dialog to remember its position. For proper configuration | Ira Rice | 1 | -0/+1 | |
saving, this needed a window name set. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-15 | Overrode the reset window function in the chat window to also reset the | Ira Rice | 7 | -9/+27 | |
position of the recorder, as well as fixed resetting the help window, and exposing the buy/sell window to being resettable, as well as remembering its previous position. All windows should now be covered by the reset button on the setup pane. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-15 | Fixed color previews for item types. | Ira Rice | 1 | -0/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-15 | Fix some mem leaks | Jared Adams | 6 | -4/+10 | |
2009-03-14 | Improved pulsating algorithm to look better for impure colors. | Ira Rice | 1 | -3/+3 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-14 | Fixed default size for the debug window. | Ira Rice | 1 | -1/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-14 | Removed a redundant widget resize function in the shortcut window. | Ira Rice | 2 | -16/+7 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-14 | Exposed a few more windows to the reset button on the setup window. | Ira Rice | 5 | -21/+33 | |
These windows required an external declaration to reset. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-14 | Exposed a few more windows to the reset window button under the setup | Ira Rice | 2 | -1/+6 | |
dialog. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-14 | Made the slider editable when pulse gradient is selected. | Ira Rice | 3 | -13/+56 | |
Signed-off-by: Ira Rice <irarice@gmail.com> |