irrlicht/examples
bitplane f0e4959484 - IFileSystem changes:
- Added TAR archive loader.
   - Renamed the following functions-
      IFileArchive::getArchiveType to getType
      IFileSystem::registerFileArchive to addFileArchive
      IFileSystem::unregisterFileArchive to removeFileArchive
      IFileArchive::openFile to createAndOpenFile
   - New enum, E_FILE_ARCHIVE_TYPE. getType on IArchiveLoader and IFileArchive now both return this.
   - IFileSystem::addFileArchive takes a parameter to specify the archive type rather always using the file extension. IFileSystem::addZipFileArchive, addFolderFileArchive and addPakFileArchive now use this but these functions are now marked as deprecated. Users should now use addFileArchive instead.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2447 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-07-06 09:10:23 +00:00
..
01.HelloWorld Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
02.Quake3Map Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
03.CustomSceneNode Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
04.Movement Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
05.UserInterface Replaced some graphics by smaller versions in more compact formats. 2009-05-04 15:52:15 +00:00
06.2DGraphics Replaced some graphics by smaller versions in more compact formats. 2009-05-04 15:52:15 +00:00
07.Collision Fixed lighting of the models. 2009-03-30 16:47:43 +00:00
08.SpecialFX Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
09.Meshviewer Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
10.Shaders Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
11.PerPixelLighting Replaced some graphics by smaller versions in more compact formats. 2009-05-04 15:52:15 +00:00
12.TerrainRendering Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
13.RenderToTexture Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
14.Win32Window Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
15.LoadIrrFile Add command line loading. 2009-04-17 13:41:29 +00:00
16.Quake3MapShader Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
17.HelloWorld_Mobile Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
18.SplitScreen Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
19.MouseAndJoystick Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
20.ManagedLights Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs 2009-03-13 09:53:02 +00:00
21.Quake3Explorer - IFileSystem changes: 2009-07-06 09:10:23 +00:00
Demo Fixed warnings. 2009-03-30 16:30:49 +00:00
TestProject Merged revisions 1652:1682 from the 1.4 branch: Code layout changes in the examples and SMaterial checks for self-assignment. 2008-11-04 14:47:51 +00:00
BuildAllExamples.workspace Add example 20 to C::B and VC7/VC9 projects. Fix some build issues with the light manager and example. 2009-01-12 11:52:50 +00:00
BuildAllExamples_v7.sln Changes in version 1.6, TA 2009-01-27 15:53:53 +00:00
BuildAllExamples_v8.sln Changes in 1.6 TA 2009-02-10 15:08:23 +00:00
BuildAllExamples_v9.sln Fix some project issues. 2009-01-27 22:26:38 +00:00
Makefile Fix some warnings under Linux. 2009-01-27 17:45:16 +00:00
buildAllExamples.sh Merged from 1.5 branch to trunk, all changes from 1913 to 1932. Mostly example and test fixes. Some bug fixes, camera interface changes. 2008-12-08 17:06:34 +00:00
whereAreTheBinaries.txt Moved everything to /trunk 2007-05-20 18:03:49 +00:00