index
:
HoraK-FDF/mana
0.5
0.6
lpc2012
manaserv-char-attr
master
npc-text-formatting
online-player-list
png_dyecmd
release-updates
removed-config-file-checks
Original The Mana World client, now known as simply the Mana client.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resources
/
image.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-02
General code cleanups
Thorbjørn Lindeijer
1
-1
/
+1
2024-03-21
Removed the unused Image::mLoaded member
Thorbjørn Lindeijer
1
-29
/
+19
2024-03-21
Use std::function in ResourceManager
Thorbjørn Lindeijer
1
-8
/
+0
2024-02-13
General code cleanups
Thorbjørn Lindeijer
1
-14
/
+4
2024-01-26
Apply C++11 fixits
Thorbjørn Lindeijer
1
-10
/
+10
2024-01-25
Ported to SDL2
Thorbjørn Lindeijer
1
-262
/
+29
2012-08-05
Removed 'virtual' from methods of Image
Thorbjørn Lindeijer
1
-7
/
+8
2012-08-05
Avoid copying surfaces unnecessarily for upload to texture
Thorbjørn Lindeijer
1
-25
/
+35
2012-08-05
Specify a more specific image format when uploading textures
Thorbjørn Lindeijer
1
-1
/
+1
2012-08-05
Added support for ARB_texture_non_power_of_two extension
Thorbjørn Lindeijer
1
-1
/
+2
2012-08-05
Fixed indentation of Image::_GLload
Thorbjørn Lindeijer
1
-75
/
+75
2012-07-25
Revert "Leave the default values for OpenGL texture filters"
Thorbjørn Lindeijer
1
-0
/
+2
2012-02-12
Leave the default values for OpenGL texture filters
Thorbjørn Lindeijer
1
-2
/
+0
2012-02-09
Fixed wallpaper prescaling issues
Thorbjørn Lindeijer
1
-14
/
+35
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-24
Removed unused function Image::SDLmerge
Thorbjørn Lindeijer
1
-78
/
+0
2012-01-24
Use SDL_RWops directly on top of PhysFS
Thorbjørn Lindeijer
1
-5
/
+2
2010-10-22
Turned the OpenGL and disable transparency options as static members.
Yohann Ferreira
1
-16
/
+19
2010-10-17
Added Low CPU Mode toggle in video setup. Defaults to On.
madcamel@gmail.com
1
-0
/
+4
2010-10-16
Implement opacity cache for SDL surfaces.
Andrei Karas
1
-7
/
+87
2010-08-03
Improve OpenGL speed.
Andrei Karas
1
-1
/
+6
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-07
Updated Copyright year to 2010!
Bertram
1
-1
/
+1
2010-02-01
Moved from SDLrescalefacility to SDL_gfx.
Bertram
1
-4
/
+3
2010-01-12
Standardize header order
Jared Adams
1
-1
/
+1
2010-01-10
Change code style
Andrei Karas
1
-2
/
+1
2009-09-17
Optimized the Image::setAlpha() function for SDL.
Bertram
1
-14
/
+25
2009-08-15
Fix some compile errors
Jared Adams
1
-1
/
+1
2009-08-15
Removed unused include.
Bertram
1
-1
/
+0
2009-08-15
Mantis #783: Fixed window opacity breaks in software (SDL) mode.
Bertram
1
-37
/
+63
2009-08-14
Fixed the compilation without OpenGL Support, and remove a too young function.
Bertram
1
-36
/
+5
2009-08-13
Fix compile errors
Jared Adams
1
-8
/
+10
2009-08-14
Added a Alpha Channel copier for 32 bit SDL based images.
Bertram
1
-5
/
+35
2009-08-14
Minor update...
Bertram
1
-3
/
+0
2009-08-14
Prevented another possible segfault...
Bertram
1
-0
/
+3
2009-08-14
Reliability fix in Image::Image(SDL_Surface*)...
Bertram
1
-3
/
+2
2009-08-14
Added a new function to know if an image is using an alpha channel.
Bertram
1
-1
/
+41
2009-08-14
Made the mLoaded member working again.
Bertram
1
-2
/
+22
2009-08-13
Changed mImage member to mSDLSurface as it is SDL specific...
Bertram
1
-18
/
+18
2009-08-13
Cleaned up the image code a bit...
Bertram
1
-138
/
+146
2009-08-06
Use fillRectangle instead of tiling a colored image
Thorbjørn Lindeijer
1
-29
/
+6
2009-07-26
Fixed a '+' string operation, and attempt to resolve the Mantis 427.
Bertram
1
-12
/
+35
2009-07-25
Fixed compile warnings about unsigned/signed integer comparisons
Thorbjørn Lindeijer
1
-1
/
+1
2009-07-24
Made the wallpaper be rescaled when necessary under SDL and OpenGL.
Bertram
1
-1
/
+38
2009-03-27
Fixed include structure in resource/ directory
Bjørn Lindeijer
1
-15
/
+15
2009-03-23
Merge branch 'aethyra/master'
Bjørn Lindeijer
1
-2
/
+77
2009-03-17
Added an image merge feature loosely based on a merge function found in
Ira Rice
1
-2
/
+77
2009-02-10
Fixed header files, as well as removed the unused buddy list class (not
Ira Rice
1
-2
/
+3
2009-01-30
Some style cleanups to the image class. TODO: Find a way to fix the
Ira Rice
1
-21
/
+22
[next]