index
:
cuoco/mana
0.5
0.6
lpc2012
manaserv-char-attr
master
png_dyecmd
removed-config-file-checks
some-cleanups
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
/
resourcemanager.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-04
Tightened palette handling.
Guillaume Melquiond
1
-7
/
+7
2007-11-03
Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).
Guillaume Melquiond
1
-11
/
+38
2007-10-19
Factored code between resource handlers. Implemented failure-friendly sprite ...
Guillaume Melquiond
1
-83
/
+61
2007-10-18
Removed player looks from generic beings. Prevented client termination on mis...
Guillaume Melquiond
1
-0
/
+7
2007-03-24
Merged 0.0 changes from revision 3177 to 3234 to trunk.
Bjørn Lindeijer
1
-11
/
+11
2007-03-11
Merged 0.0 changes from revision 3065 to 3177 to trunk.
Bjørn Lindeijer
1
-0
/
+27
2006-12-11
Merged 0.0 changes from revision 2825 to 2898 to trunk.
Bjørn Lindeijer
1
-13
/
+48
2006-11-05
Merged 0.0 changes from revision 2800 to 2825 to trunk.
Bjørn Lindeijer
1
-4
/
+4
2006-07-30
Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0
Bjørn Lindeijer
1
-0
/
+17
2006-07-25
Added support for writing log to standard output.
Bjørn Lindeijer
1
-1
/
+4
2006-07-24
Implemented caching of spritesets, including a lot of cleanups to the new
Bjørn Lindeijer
1
-24
/
+50
2006-07-18
Updated the updating system. It will now only load those updates
Bjørn Lindeijer
1
-30
/
+3
2006-03-19
Removed some useless null pointer checks.
Björn Steinbrink
1
-4
/
+2
2006-01-31
Made ResourceManager a friend of Resource to avoid looping over decRef, which...
Björn Steinbrink
1
-15
/
+12
2005-10-19
Fix empty lines not being read from text files.
Björn Steinbrink
1
-8
/
+4
2005-10-16
Use the ResourceManager to get spritesets.
Björn Steinbrink
1
-0
/
+18
2005-10-07
Modified finding NPC as by timonator's suggestion in order to allow NPCs to be
Bjørn Lindeijer
1
-2
/
+0
2005-10-05
Fixed some resource cleanup and memory leaks. Also changed the way dangling
Bjørn Lindeijer
1
-7
/
+8
2005-09-29
Moved tileset management into the map class and made sure the tilesets are
Bjørn Lindeijer
1
-7
/
+14
2005-09-12
Added SDLImageLoader class to make guichan support physfs.
Björn Steinbrink
1
-7
/
+0
2005-08-29
Clean up of the ConfigListener and Resource interfaces.
Björn Steinbrink
1
-4
/
+3
2005-08-25
Fixed line length in ChangeLog and some other small changes.
Bjørn Lindeijer
1
-8
/
+5
2005-08-13
Huge header cleanup to reduce dependencies and compile time.
Björn Steinbrink
1
-10
/
+8
2005-08-04
Added a method to the resource mananger to determine the real path of a file ...
Björn Steinbrink
1
-0
/
+7
2005-07-30
Fixed check for updates directory. Moved search/write path setup from resourc...
Björn Steinbrink
1
-36
/
+49
2005-07-28
Fix usage of a wrong dir-separator.
Björn Steinbrink
1
-1
/
+1
2005-07-27
Added support for updates to the resource manager.
Björn Steinbrink
1
-59
/
+25
2005-07-15
Fixed compiler warnings and added plain text file loading to resource manager.
Bjørn Lindeijer
1
-0
/
+29
2005-07-14
Committed resource manager cleanup patch by Doener, and properly implemented
Bjørn Lindeijer
1
-56
/
+18
2005-07-12
windows compilation fixes
Eugenio Favalli
1
-0
/
+2
2005-07-11
Committed header dependencies reducing patch by Doener
Bjørn Lindeijer
1
-1
/
+0
2005-06-24
Adding missing #include. (Thanks to Scandium).
Yohann Ferreira
1
-0
/
+2
2005-06-23
Finishing resource manager ability to clean up resources. Still work to do on
Bjørn Lindeijer
1
-33
/
+45
2005-06-21
Image loader now automatically determines whether to use masked drawing or
Bjørn Lindeijer
1
-6
/
+6
2005-05-16
This little workaround necessary to prevent crashes for now.
Bjørn Lindeijer
1
-1
/
+1
2005-05-14
Added framerate limiter, off by default (0 means no limit)
Bjørn Lindeijer
1
-1
/
+1
2005-05-02
Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.
Bjørn Lindeijer
1
-13
/
+13
2005-05-01
- Added installation of game data, install required on *nix systems
Rodney Dawes
1
-0
/
+1
2005-04-26
Changed keyboard control to integrate better with mouse walk, changed location
Bjørn Lindeijer
1
-4
/
+7
2005-04-19
A few random changes.
Bjørn Lindeijer
1
-6
/
+3
2005-04-10
Resource manager can now load sfx and music as samples.
Eugenio Favalli
1
-4
/
+46
2005-03-26
Images are now exclusively loaded through PhysFS, and Tiled maps should load
Bjørn Lindeijer
1
-38
/
+31
2005-03-25
Fix compile issues on Windows.
Bjørn Lindeijer
1
-1
/
+1
2005-03-24
Logger Implemented. (3/3)
Yohann Ferreira
1
-8
/
+9
2005-03-13
Converted ChatBox into a proper ChatWindow in response to changes by Chetic.
Bjørn Lindeijer
1
-1
/
+1
2005-03-12
Made PhysFS code a bit more generic for later additions.
Eric Scrivner
1
-18
/
+41
2005-03-01
Changed around recent additions to Image class a bit and fixed OpenGL compile.
Bjørn Lindeijer
1
-2
/
+2
2005-02-19
Fixed searching for zip files in Linux, fixed initialization of PhysFS to be
Bjørn Lindeijer
1
-38
/
+33
2005-02-19
Integrated PhysicsFS for TMW package system
Eric Scrivner
1
-7
/
+101
2005-02-14
Simplified logging for the sake of simplicity.
Bjørn Lindeijer
1
-11
/
+8
[next]