hybrid
738951ff4b
Fixed some type issues with sqrt. Fixed rect.isValid to work with all types and avoid useless tests. Cleaned up some variable uses and scopes.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1004 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-26 16:18:11 +00:00
bitplane
31afde9563
Fixed modal screen flicker, removed remainders of the old focus code, tidied vc8 project
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1003 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-25 21:54:45 +00:00
hybrid
429220dace
Added a cast in vector2d to make MSVC happy with integer vectors. Added virtual destructors in factory interfaces.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1002 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-25 16:06:06 +00:00
hybrid
5ecfec331a
Fix problems with VC6 and Borland. Some indentation fixes.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1001 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-24 22:41:52 +00:00
hybrid
219e956c0f
Start 1.4 beta phase.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1000 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-23 23:14:48 +00:00
hybrid
96b59dd297
Some const fixes from CaptainPants. Warning fix in PPM loader.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@999 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-23 23:12:06 +00:00
hybrid
71b4579be1
Some image writer fixes for proper directx screenshots.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@998 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-23 18:54:07 +00:00
hybrid
95280da038
Added compiler switches for image loaders and writers.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@997 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-22 00:10:21 +00:00
hybrid
565c5bfebd
Finally made the PPM loader, as promised.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@996 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-21 18:11:00 +00:00
hybrid
42a7855976
OpenGL Performance tweaks by GnarlyHotep
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@995 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-21 16:34:56 +00:00
hybrid
00d8624a31
Fixed 1bit bitmap conversion. Removed unnecessary ifdefs.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@994 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-21 16:20:37 +00:00
hybrid
851eceb09c
Big endian fixes.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@993 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-20 22:12:09 +00:00
hybrid
68cd81b194
Split texture layer properties from SMaterial. Changed all texture access etc. in source code and examples. There is also a method to access textures now, which would allow to grab and drop them...
...
Also disabled dx8 by default.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@992 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-20 15:33:36 +00:00
hybrid
81bfca34f7
Fixed an order warning. Hopefully fixed also one more VC6 error.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@991 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-20 08:13:44 +00:00
hybrid
f204f9f4b0
Activate binary write option.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@990 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 20:06:53 +00:00
hybrid
667cdb7520
Scope fix for VC6.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@989 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 19:55:04 +00:00
bitplane
4b2edf78e3
scrollbar fix, updated readme
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@988 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 15:59:46 +00:00
bitplane
490609e5e9
fixed vc8 project
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@987 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 15:58:58 +00:00
hybrid
1a37853f5a
Fixed key input for composed characters.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@986 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 15:47:06 +00:00
bitplane
b523d0a5bc
Listbox double click now times out. Added scrollbar tray clicks and get/setLargeStep
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@985 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 14:42:22 +00:00
hybrid
63f28cf5ff
Moved material enums into separate files. Disabled randr again, was accidentially activated.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@984 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 14:35:35 +00:00
hybrid
df946a1ce6
Removed unnecessary irr namespace prefixing.
...
Added STL mesh file format reader and writer. This is a pretty simple format, but I wanted to try the mesh writer interface.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@983 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 14:08:28 +00:00
bitplane
240c64cd4f
Added ITexture::isRenderTarget and moved OGL render texture flip to the texture matrix.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@982 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 12:52:35 +00:00
hybrid
7566dbad65
This time it's compiling properly. Was a copy-paste error from XVidMode to XRandR.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@981 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 11:10:45 +00:00
bitplane
4442bc64bf
font tool overlapping character fix by heiye. updated const signatures in gui editor and font tool.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@980 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-19 08:03:29 +00:00
hybrid
2f2b51ceb5
Changed access to RandRMode.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@979 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-18 21:52:20 +00:00
hybrid
c2fad0d843
Fixed typo in OpenGL extension loader.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@978 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-18 14:11:33 +00:00
hybrid
61a5af828e
Some fixes for method signature unification and some other C++ fixes.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@977 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-18 14:01:28 +00:00
hybrid
8ac0921468
Removed debug output
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@976 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-18 12:45:21 +00:00
hybrid
445b40fd3b
Made both materials const in OnSetMaterial.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@975 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-18 12:11:10 +00:00
hybrid
be0a677b18
Fixed multi-mesh animations in .x and added face color in case vertex color is missing.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@974 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-18 12:00:03 +00:00
hybrid
8ed622b69a
Menu bug fix by CuteAlien.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@973 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-18 07:54:34 +00:00
lukeph
0812b44901
fixed weight bug when more then one mesh in an x file is skinned
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@972 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-18 02:51:06 +00:00
hybrid
81bd54f2fd
Cleanup.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@971 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-17 23:32:02 +00:00
hybrid
b6ca25020b
Removed nonworking stuff
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@970 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-17 16:14:59 +00:00
hybrid
13b9851487
Another round of constness additions. Almost finished now.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@969 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-17 16:09:50 +00:00
hybrid
13750c0f40
Fixed a core dump in bmp loader and added an array check in b3d loader.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@968 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-17 12:16:45 +00:00
lukeph
13d10077a3
added rigid animation support.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@967 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-17 11:09:07 +00:00
hybrid
9779c7a1af
Added normals, moved some class members into methods.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@966 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-17 08:30:32 +00:00
hybrid
882504d426
Removed some extraneous win32 libs, patch by rogerborg.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@965 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-17 07:26:21 +00:00
hybrid
f74f7586e2
Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@964 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-16 23:41:55 +00:00
hybrid
cca0506230
Some more fixes for d3d8 and tab control.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@963 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-16 19:10:42 +00:00
hybrid
6f7e2a34c7
Fix the const things for d3d drivers.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@962 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-16 10:44:05 +00:00
hybrid
08e359784b
GUI constification done, other parts still missing.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@961 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-16 00:18:13 +00:00
bitplane
966b8bedc7
added defaults to switch blocks to avoid warnings when compiling with -Wall
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@960 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-15 00:55:30 +00:00
hybrid
f4bc95371b
First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@959 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-14 22:25:59 +00:00
hybrid
f5b57167ae
Fix a compiler warning and a comment error.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@958 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-14 15:12:04 +00:00
irrlicht
a5de222314
speed optimization for special case in ONE_TEXTURE_BLEND material. (when no blending is necessary)
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@957 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-14 12:55:12 +00:00
hybrid
dd982f9bed
Fixed paths.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@956 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-14 11:52:22 +00:00
hybrid
75bc99e67a
Made Linux event local to event handler. Cleaned up file choosing.
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@955 dfc29bdd-3216-0410-991c-e03cc46cb475
2007-09-14 09:57:40 +00:00