Commit Graph

48 Commits

Author SHA1 Message Date
Brian Matzon 360da7c374 fix loading issues on linux/mac 2006-12-04 21:58:46 +00:00
Brian Matzon d1cd4b851c beta4 2006-11-18 22:22:41 +00:00
Brian Matzon fa242848af JNI_VERSION restructure 2006-11-18 22:03:02 +00:00
Brian Matzon ede7b63e46 fixed relative path issues when dlopen is being called 2006-11-18 18:39:26 +00:00
Elias Naur dde118016c Update to beta3 2006-08-10 08:45:10 +00:00
Brian Matzon e676edc5c0 support for version
beta2 tag
2006-07-02 21:59:10 +00:00
Brian Matzon 5db7a9a7b8 removed printf statement 2006-04-13 13:36:03 +00:00
Brian Matzon a33a82e80b silly debug leftovers nuked 2005-11-04 19:28:34 +00:00
Brian Matzon 20a9d2216c reworked devil dynamic stub to use generated header using a new ILNative class 2005-11-04 19:22:52 +00:00
Brian Matzon 8e28671ce0 dynamic stub support 2005-11-02 22:04:15 +00:00
Brian Matzon 2c3a019717 use dlopen to load dynamic libraries 2005-05-29 21:24:18 +00:00
Brian Matzon 4ad9b565d5 using .dylibs for devil on mac 2005-05-22 11:14:00 +00:00
Brian Matzon 39c4e989a7 reorganize headers so that compilers stop whining 2005-05-18 17:36:42 +00:00
Elias Naur d67949edb2 Mac OS X Devil: Make sure we include our own header files last so that our definition of bool is used 2005-05-17 07:43:40 +00:00
Elias Naur 6fe0155a44 Mac OS X: initialize delILhandle in declaration to please gcc 2005-03-29 10:32:42 +00:00
Brian Matzon ba72196907 removed bogus define 2005-03-28 14:59:22 +00:00
Brian Matzon fb7f46eec7 readded ilu/ilut handles - though they're never used. But stops compile errors 2005-03-28 14:53:30 +00:00
Brian Matzon 4d26c24be2 first stab at one-shot devil initialization on mac 2005-03-28 13:17:27 +00:00
Brian Matzon a39b25e3cb fixed warnings\nremoved cruft 2005-03-28 11:04:46 +00:00
Brian Matzon daa07a6fc0 added missing v methods 2005-03-28 10:07:30 +00:00
Elias Naur 1254fcb45e *** empty log message *** 2005-03-28 10:03:03 +00:00
Elias Naur 45bc3c4f9e *** empty log message *** 2005-03-28 09:58:55 +00:00
Elias Naur c7c30c974f *** empty log message *** 2005-03-28 09:49:17 +00:00
Elias Naur 0fae464dd5 *** empty log message *** 2005-03-28 09:47:28 +00:00
Elias Naur 1b6793d79b Added Devil Mac OS X makefile 2005-03-28 09:33:32 +00:00
Brian Matzon 2ed6dc2320 linux fixes 2005-03-25 10:25:07 +00:00
Brian Matzon ff21520179 added ilutGet<type>v 2005-03-25 01:42:04 +00:00
Brian Matzon ed3dacf6a3 dynamic loading of devil 2005-03-25 01:08:18 +00:00
Elias Naur 8d4bf3eb47 Moved extension type definitions into extgl.h. Removed offset argument to safeGetBufferAddress 2005-02-09 10:57:33 +00:00
Mark Bernard 3e1651e8e0 Add files for ILUT portion of DevIL. 2005-01-12 12:30:34 +00:00
Mark Bernard af70a0ef76 First pass at ILU portion of DevIL. Only basic testing is one. No dynamic loading yet. 3 methods not implemented yet. 2005-01-09 04:59:50 +00:00
Brian Matzon fffb5c2e42 dont do anything in nCreate untill dynamic loading is implemented 2004-12-12 10:43:42 +00:00
Elias Naur 3f11e82950 Fixed up DevIL and added linux makefiles 2004-12-12 10:13:55 +00:00
Mark Bernard c5ad32857d Dynamic loading temporarily removed. 2004-12-10 19:33:56 +00:00
Mark Bernard 28393542a1 Dynamic loading 2004-12-10 01:42:35 +00:00
Mark Bernard c6b7a8b9b0 Change to ASCII. 2004-12-10 01:42:00 +00:00
Mark Bernard 074af135eb Fixed native exception. 2004-12-08 19:27:12 +00:00
Mark Bernard 0b746d6392 Add dynamic loading for DevIL routines. Add all functions that can be called platform independently. 2004-12-08 19:15:50 +00:00
Brian Matzon d04c4920b8 use safeGetBufferAddress when loading data
use correct size of image, instead of size of pointer (!)
2004-11-21 10:10:05 +00:00
Brian Matzon 426ec81c3c changed String handling to use proper localizing method 2004-11-14 10:42:19 +00:00
Brian Matzon c9b1268c0d lets use proper arguments for localizing string call 2004-11-13 21:12:09 +00:00
Brian Matzon 1bda864efd changed String handling to use proper localizing method 2004-11-13 21:06:38 +00:00
Brian Matzon 028606af8a fix #ifdef and miscellaneous compilation issues 2004-11-13 20:55:22 +00:00
Mark Bernard 006204de00 Full functionality from IL. Does not include Windows specific calls or anything that uses function pointers. 2004-11-12 02:54:31 +00:00
Brian Matzon 1c909fd743 using utility safe methods
fixed memory leak
2004-10-23 09:02:49 +00:00
Brian Matzon 06cb352fbc no need to keep autogenerated headers in cvs 2004-10-23 09:01:45 +00:00
Mark Bernard 706a3fdb59 Removed printf call. 2004-10-23 02:31:13 +00:00
Mark Bernard 6de5cc2247 Native source for DevIL. 2004-10-23 01:51:03 +00:00