Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-27 | Added the ability to ask a ambient layer to keep its ratio when the ↵ | Bertram | 1 | -0/+10 | |
resolution isn't the default. You'll have to add this in map properties, for instance if you're want to keep ratio on overlay 0: <map version="1.0" orientation="orthogonal" width="128" height="128" tilewidth="32" tileheight="32"> <properties> ... <property name="overlay0keepratio" value="true"/> ... </properties> </map> | |||||
2009-07-24 | Made the wallpaper be rescaled when necessary under SDL and OpenGL. | Bertram | 1 | -0/+22 | |
The SDL methods to rescale the wallpaper has been optimized to permit rescaling at load time while OpenGL draws directly rescaled. Does someone know how to smooth the rescaled image under OpenGL? | |||||
2009-04-14 | Put the remaining unnamespaced handlers in a namespace | Bjørn Lindeijer | 1 | -5/+5 | |
Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const. | |||||
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 1 | -1/+1 | |
Mostly putting & and * in the right place and making some getters const. | |||||
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -0/+13 | |
Conflicts: Many files. | |||||
2009-03-10 | Extended window layout to take relative positions, as well as offsets to | Ira Rice | 1 | -0/+13 | |
that position. This makes it so that when resolutions are changed, the default locations stay relative to the window's position, and not the 800x600 screen resolution. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 | |
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -2/+6 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -11/+9 | |
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -1/+8 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -1/+1 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
2007-06-03 | Fixed image loading in software mode to not check for alpha layer with images | Bjørn Lindeijer | 1 | -8/+0 | |
aren't 32-bit and removed drawImageTransparent from Graphics class, should be set on image. | |||||
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+8 | |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -0/+21 | |
2006-01-31 | Various small cleanups. | Björn Steinbrink | 1 | -2/+0 | |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -2/+2 | |
* Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value. | |||||
2005-09-18 | Move the writing logic out of the Graphics class once again... Some cleanups ↵ | Björn Steinbrink | 1 | -7/+0 | |
in the screenshot filename selection code. | |||||
2005-09-18 | Made the saveScreenShot makes its screenshots under user home dir in *nices, ↵ | Yohann Ferreira | 1 | -0/+7 | |
made it more C++ way to avoid a leak, and made it check for existence of a file with same name before writing; In that case the screenshot's number is incremented until it finds an adequate name. | |||||
2005-09-18 | Changed Graphics::saveScreenshot to Graphics::getScreenshot. Now using the ↵ | Björn Steinbrink | 1 | -2/+2 | |
ImageWriter to save that screenshot. | |||||
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 1 | -0/+5 | |
* src/net/messagin.cpp, src/net/messageout.cpp, src/net/network.cpp: removed replaced MACOSX defines with big endian defines * src/graphics.cpp, src/graphics.h: added screenshot method * src/game.cpp: added code, so that when one presses 'alt-p' (for picture), it takes a screenshot and saves it to a png * src/Makefile.am, config.ac: added png library stuff | |||||
2005-09-08 | Removed inclusion of malloc.h header as it doens't seem necessary and was | Bjørn Lindeijer | 1 | -3/+10 | |
problematic on FreeBSD. | |||||
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 1 | -45/+7 | |
2005-08-15 | Made the OpenGL related code fully #ifdef'ed. | Björn Steinbrink | 1 | -1/+8 | |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 1 | -2/+2 | |
2005-08-14 | Moved image drawing code into the graphics class. | Björn Steinbrink | 1 | -1/+16 | |
2005-08-14 | Make the wrapper functions in the Graphics class conditional on OpenGL support. | Björn Steinbrink | 1 | -3/+10 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -27/+8 | |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added ↵ | Björn Steinbrink | 1 | -0/+5 | |
helper function for being creation to reduce code duplication. Some code simplifications. | |||||
2005-08-02 | Moved graphics setup code into the graphics class. | Björn Steinbrink | 1 | -8/+15 | |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 1 | -2/+8 | |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -8/+13 | |
nicer approach after the release. | |||||
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -1/+11 | |
fixed double free and cleaned up a bit. | |||||
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -2/+3 | |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -3/+0 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -0/+2 | |
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed | |||||
2005-07-13 | - Adding the wonderful new font by Bjorn to speech and player names | Eugenio Favalli | 1 | -2/+0 | |
- Way to system cursor (now you can choose the original sdl cursor in config) | |||||
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -1/+3 | |
2005-03-03 | Fixing Windows compile (second try) | Bjørn Lindeijer | 1 | -4/+4 | |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -0/+115 | |