hybrid
|
ca4220dad0
|
GUI constification done, other parts still missing.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@961 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-16 00:18:13 +00:00 |
|
bitplane
|
4fdded2be1
|
added defaults to switch blocks to avoid warnings when compiling with -Wall
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@960 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-15 00:55:30 +00:00 |
|
hybrid
|
c134cf1f20
|
First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@959 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 22:25:59 +00:00 |
|
hybrid
|
e635038018
|
Fix a compiler warning and a comment error.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@958 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 15:12:04 +00:00 |
|
irrlicht
|
82d745ce88
|
speed optimization for special case in ONE_TEXTURE_BLEND material. (when no blending is necessary)
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@957 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 12:55:12 +00:00 |
|
hybrid
|
70893590f6
|
Fixed paths.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@956 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 11:52:22 +00:00 |
|
hybrid
|
8df85482ae
|
Made Linux event local to event handler. Cleaned up file choosing.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@955 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 09:57:40 +00:00 |
|
hybrid
|
1b37affdc2
|
More file position data type changes. Also reflecting this in user code.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@954 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 09:07:11 +00:00 |
|
hybrid
|
b3f23ccb13
|
Changed file position data type to long in order to support large files on 64bit systems. Also added some constification and signedness changes to file classes.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@953 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 08:29:18 +00:00 |
|
irrlicht
|
ccdec9d7db
|
fixed the problem with drivers claiming they can generate mipmaps althoug they cannot.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@952 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 08:02:42 +00:00 |
|
hybrid
|
221e8f67ab
|
Two attribute type fixes by CuteAlien.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@951 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-14 07:45:14 +00:00 |
|
hybrid
|
a490b405df
|
A short guide on how to upgrade user code from older Irrlicht versions.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@950 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-13 14:25:57 +00:00 |
|
hybrid
|
2c30436970
|
Minor changes.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@949 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-12 21:31:31 +00:00 |
|
hybrid
|
5ccbde9eb4
|
Some constification.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@948 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-12 17:49:04 +00:00 |
|
hybrid
|
e1890ef29a
|
Use methods of the vector class.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@947 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-12 17:47:48 +00:00 |
|
hybrid
|
92e9b98e44
|
Some new convenience functions and fixes for template usage.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@946 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-12 17:46:58 +00:00 |
|
hybrid
|
99310c2ce6
|
Changed .x loader to use u32.
Added profiling option to Makefile.
Removed some debug code.
Fixed ogre mesh loader using relative paths.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@945 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-12 17:45:29 +00:00 |
|
bitplane
|
0884f2fdbf
|
added IMeshManipulator::createMeshWelded to copy a mesh with welded vertices. removed IAnimatedMeshX from the vc8 project.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@944 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-11 21:47:32 +00:00 |
|
hybrid
|
8e4d20e58a
|
Fix OpenGL user clip plane adaption to view matrix changes.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@943 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-10 22:49:59 +00:00 |
|
hybrid
|
f8340625fe
|
Improved binary loader, cleaned up some more things.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@942 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-10 16:15:36 +00:00 |
|
hybrid
|
6d8faa49af
|
Fixed a severe performance penalty in .x loader.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@941 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-10 13:24:18 +00:00 |
|
hybrid
|
4965b35dd1
|
Improving binary loader. Fixed some list handling for ascii part.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@940 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-10 13:11:47 +00:00 |
|
bitplane
|
9a0b3aa48e
|
Updated dev-cpp project, changed x loader debug messages to use _X_READER_DEBUG define
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@939 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-10 11:31:43 +00:00 |
|
hybrid
|
2cf956e377
|
Added string representation for vertex types. Simplified some code, made some methods const.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@938 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-10 09:27:37 +00:00 |
|
hybrid
|
73f014ff60
|
Removed debug output.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@937 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-09 23:10:00 +00:00 |
|
hybrid
|
9d4c8eda93
|
Removed some now unused stuff for braces handling.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@936 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-09 23:09:06 +00:00 |
|
hybrid
|
b35c29a031
|
Fixed .x parser for missing whitespaces and delimiters. Some minor changes in other files.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@935 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-09 22:40:28 +00:00 |
|
hybrid
|
9bc14999c5
|
Some doc typos fixed.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@934 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-09 22:04:52 +00:00 |
|
hybrid
|
bf478b6a5f
|
Fixed color problem in loader and added to Makefile.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@933 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-09 18:33:00 +00:00 |
|
bitplane
|
9083b6fa36
|
updated vc8 project. fixed two small x loader bugs
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@932 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-09 08:39:21 +00:00 |
|
irrlicht
|
6b0ce59780
|
added loader for the new .irrmesh format. (CIrrMeshFileLoader)
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@931 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-09 06:52:57 +00:00 |
|
lukeph
|
96f8abf2af
|
-skinnedMesh: meshes with weights are still counted as animated for ragdolls, etc, even if they have no animation data.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@930 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-09 04:53:25 +00:00 |
|
hybrid
|
9de4a475df
|
Fix mousewheel response for whole fileopen dialog.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@929 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-08 23:13:56 +00:00 |
|
hybrid
|
9e5a8386c2
|
Avoid destructor on md3 substructures which causes crash due to non-constructed array elements. Fixed color writing in irr mesh writer.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@928 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-08 22:37:57 +00:00 |
|
irrlicht
|
cc6b54ffc1
|
.irrMesh writer implementation finished
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@927 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-08 15:26:47 +00:00 |
|
hybrid
|
7638b84477
|
Fixed some warnings and indentation.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@926 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-08 10:51:27 +00:00 |
|
lukeph
|
25b8c5eda8
|
-B3D loader: support for different TRIS Chunks sharing the same vertex in static meshes.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@925 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-08 08:57:43 +00:00 |
|
irrlicht
|
c4bbe0d7c2
|
added mesh writing features. COLLADA file writer is finished, .irrmesh writer is under construction.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@924 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-08 06:10:52 +00:00 |
|
irrlicht
|
c8a20cce65
|
removed getVertexPitch() method
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@923 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-08 05:06:47 +00:00 |
|
hybrid
|
c0062fac44
|
Fixed the unary minus bug reported by elvman.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@922 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-07 18:22:50 +00:00 |
|
hybrid
|
9b625b01d1
|
Removed some unnecessary arrays. Added shininess support. Added some additional sxmesh members.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@921 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-07 16:09:14 +00:00 |
|
hybrid
|
796428b8ae
|
Reverted some stuff od the optimized .x splitting back to working version from Luke. Simplified some mesh loader parts in several formats.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@920 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-07 14:18:47 +00:00 |
|
hybrid
|
a42c5f1ab3
|
Fix the relative addressing for all types.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@919 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-07 08:57:15 +00:00 |
|
hybrid
|
29cdd8e8c1
|
More compiler warning fixes. Switched automatic culling without camera off as suggested on the forum.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@918 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-07 08:40:19 +00:00 |
|
irrlicht
|
81f0b498b4
|
visual studio 6.0 compatibility
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@917 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-07 06:29:57 +00:00 |
|
irrlicht
|
0e6c294217
|
renamed IUnknown to IReferenceCounted
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@916 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-07 06:11:47 +00:00 |
|
irrlicht
|
d9d2d17d12
|
removed some evil visual studio compiler warnings
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@915 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-07 05:55:34 +00:00 |
|
hybrid
|
8fb4303e2c
|
Some cleanup, texture loading bug fix reintroduced.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@914 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-06 23:20:02 +00:00 |
|
hybrid
|
07f43a2959
|
A first fix to get normals right.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@913 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-06 16:14:33 +00:00 |
|
bitplane
|
c8f5aa0d8f
|
fixed memory leak
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@912 dfc29bdd-3216-0410-991c-e03cc46cb475
|
2007-09-06 12:38:06 +00:00 |
|