tibia-client/src/framework/core
Ahmed Samy 6745bff132 Introduce g_resources.getDirectoryFiles
This can recursively find files in a directory that's not in physfs search
path, this is needed for mapeditor needs, esp the file browser.

We do not want to limit users to the application run directory
so we have to use this.

This function uses boost filesystem.
Prototype:
	g_resources.getDirectoryFiles(directory STRING, filenameOnly BOOL,
	recursive BOOL)

filenameOnly is there if we want to just get the filenames in the
directory.
recursive if we want to loop directories in the directory.
2013-12-25 21:32:49 +02:00
..
adaptativeframecounter.cpp Use of clamp 2013-12-01 00:48:36 -02:00
adaptativeframecounter.h Platform fixes and rework ping 2013-02-24 22:16:45 -03:00
application.cpp Partial support for protocol 1020 and minimize lag 2013-11-10 20:10:04 -02:00
application.h Fix win32 alt bug 2013-03-03 00:00:13 -03:00
asyncdispatcher.cpp Revert "Use boost::thread instead of std::thread" 2013-03-05 01:47:23 -03:00
asyncdispatcher.h Try to fix compilation for gcc 4.6 [3] 2013-03-06 15:47:38 -03:00
binarytree.cpp Removed Position dependencies inside the framework 2013-03-02 18:33:14 +13:00
binarytree.h Forgot to remove header includes 2013-03-03 19:17:48 +13:00
clock.cpp Just rename some files 2013-01-08 16:32:05 -02:00
clock.h Just rename some files 2013-01-08 16:32:05 -02:00
configmanager.cpp Just rename some files 2013-01-08 16:32:05 -02:00
configmanager.h Just rename some files 2013-01-08 16:32:05 -02:00
consoleapplication.cpp Just rename some files 2013-01-08 16:32:05 -02:00
consoleapplication.h Just rename some files 2013-01-08 16:32:05 -02:00
declarations.h Just rename some files 2013-01-08 16:32:05 -02:00
event.cpp Just rename some files 2013-01-08 16:32:05 -02:00
event.h Just rename some files 2013-01-08 16:32:05 -02:00
eventdispatcher.cpp Fixes to compile with libc++ 2013-02-05 18:30:16 -02:00
eventdispatcher.h Fixes to compile with libc++ 2013-02-05 18:30:16 -02:00
filestream.cpp Restore support for animated png files 2013-01-08 19:31:41 -02:00
filestream.h Forgot to remove header includes 2013-03-03 19:17:48 +13:00
graphicalapplication.cpp Platform fixes and rework ping 2013-02-24 22:16:45 -03:00
graphicalapplication.h Fix platform issues regarding charsets 2013-01-08 18:45:27 -02:00
inputevent.h Just rename some files 2013-01-08 16:32:05 -02:00
logger.cpp Add C++ traceback to errors 2013-03-12 01:36:36 -03:00
logger.h Revert "Use boost::thread instead of std::thread" 2013-03-05 01:47:23 -03:00
module.cpp Fix a compile error 2013-01-26 15:17:32 -02:00
module.h Fix #7 2013-01-26 14:54:19 -02:00
modulemanager.cpp Minor changes in file type handling 2013-01-27 23:23:53 -02:00
modulemanager.h Just rename some files 2013-01-08 16:32:05 -02:00
resourcemanager.cpp Introduce g_resources.getDirectoryFiles 2013-12-25 21:32:49 +02:00
resourcemanager.h Introduce g_resources.getDirectoryFiles 2013-12-25 21:32:49 +02:00
scheduledevent.cpp Just rename some files 2013-01-08 16:32:05 -02:00
scheduledevent.h Minor fixes to some previous commits. 2013-01-18 03:23:01 +13:00
timer.cpp Just rename some files 2013-01-08 16:32:05 -02:00
timer.h Just rename some files 2013-01-08 16:32:05 -02:00