Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 59 | -130/+130 | |
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 | Merge branch 'origin/master' | Bjørn Lindeijer | 6 | -8/+106 | |
Conflicts: .mailmap | |||||
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 | 185 | -2582/+5836 | |
Conflicts: A lot of files. | |||||
2009-03-24 | Remove some unneeded #ifdefs in SpriteDef | Jared Adams | 2 | -4/+0 | |
2009-03-24 | Forgot to add eAthena's item handler | Jared Adams | 2 | -0/+102 | |
2009-03-24 | Updated version to 0.0.29 in all the other places | Thorbjørn Lindeijer | 2 | -4/+4 | |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 110 | -1039/+2336 | |
Conflicts: Many files. | |||||
2009-03-23 | Change version to 0.0.29 and label in the GUI | Jared Adams | 1 | -2/+11 | |
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 72 | -225/+234 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2009-03-23 | Fix CommandHandler for TMWServ | Jared Adams | 1 | -2/+4 | |
2009-03-23 | Make some getters const | Jared Adams | 2 | -3/+3 | |
2009-03-23 | Remove the CHATSKILL struct | Jared Adams | 1 | -9/+0 | |
2009-03-23 | Remove extra function for skill messages | Jared Adams | 1 | -95/+89 | |
2009-03-23 | Merge eA's command handling into CommandHandler | Jared Adams | 10 | -627/+503 | |
Also drop Aethyra's custom magic code | |||||
2009-03-22 | Move handling of eA skill messages to SkillHandler | Jared Adams | 3 | -151/+132 | |
2009-03-22 | Fix chat under eAthena | Jared Adams | 3 | -79/+73 | |
2009-03-22 | Fixed some compiler warnings | Bjørn Lindeijer | 3 | -10/+13 | |
Superfluous semicolons, initialization order and signed/unsigned mismatches. | |||||
2009-03-22 | Fixed loading of units when skipping updates | Bjørn Lindeijer | 1 | -2/+3 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 249 | -3557/+19017 | |
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 | Be sure to free the window icon | Jared Adams | 1 | -1/+5 | |
2009-03-19 | Throttle framerates down to save CPU cycles. Now that we're getting high | Ira Rice | 3 | -18/+25 | |
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 | Be sure to free the window icon | Jared Adams | 1 | -1/+5 | |
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 | 6 | -303/+16 | |
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 | 14 | -45/+81 | |
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 | 12 | -21/+44 | |
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 | 2 | -4/+4 | |
Reviewed-by: trapdoor | |||||
2009-03-17 | Add the TextPreview widget to CBP and CMake | Jared Adams | 1 | -0/+2 | |
2009-03-17 | Finish renaming gui/color.* to gui/palette.* | Jared Adams | 1 | -2/+2 | |
2009-03-17 | Added an image merge feature loosely based on a merge function found in | Ira Rice | 5 | -29/+117 | |
the open source project Wormux. To improve SDL performance, the number of layers that are pushed out to the hardware or software buffers should be reduced, which is where this function comes into play, as it combines two surfaces together so that the number of blit operations is reduced. This function is currently not used, but will be used once a good way to link each of the target systems is determined so that it only initiates when SDL is enabled, as well as making sure that each hook that uses this function is benefiting from it sufficiently. At the moment, it's suspected that the particle engine will likely be the most likely to benefit from this function, followed by tile drawing, then sprite drawing. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-16 | Applied a similar optimization as in commit | Ira Rice | 2 | -29/+58 | |
d654758ef63f6515d678ceaf77d63a2693e08fb7, but for SDL instead. This currently doesn't buy too much, but it's a little better than it used to be. TODO: Find out why SDL is bottlenecked, and try to bring its performance up to OpenGL levels, if possible. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-16 | Optimising OpenGLGraphics::drawImagePattern | Steve Cotton | 2 | -0/+57 | |
2009-03-16 | Rename the old Palette class to DyePalette | Steve Cotton | 2 | -10/+10 | |
Having two classes called Palette makes the program crash, when compiled without optimisation. | |||||
2009-03-16 | Code reformatting | Steve Cotton | 2 | -6/+6 | |
Cherry-picking changes from Bjørn's 1b3cb122be1a418ce82b66fb9ce1ecf3aa5813fb Mainly making sure 'const std::string &' is used everywhere instead of 'std::string const &'. The former has always been the preferred order in this project. | |||||
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> |