OSDN Git Service

mikumikustudio/MikuMikuStudio.git
18 years agofixed build file for nightly builds
irrisor [Tue, 11 Oct 2005 10:49:33 +0000 (10:49 +0000)]
fixed build file for nightly builds

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2446 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agointroduced event mode for mouse and key input, added JoystickInput (thus added jinput...
irrisor [Tue, 11 Oct 2005 10:41:59 +0000 (10:41 +0000)]
introduced event mode for mouse and key input, added JoystickInput (thus added jinput libs), replaced lwjgl.jar with original .98 (without jme signature), input system + handlers revamp still pending

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2445 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agono longer displaying exception output if props file is not found.
Mojomonkey [Mon, 10 Oct 2005 23:23:07 +0000 (23:23 +0000)]
no longer displaying exception output if props file is not found.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2444 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocode for lesson 6
Mojomonkey [Mon, 10 Oct 2005 21:40:19 +0000 (21:40 +0000)]
code for lesson 6

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2443 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoFixed Zbuffer issue for front pass of transparencies.
renanse [Mon, 10 Oct 2005 17:17:34 +0000 (17:17 +0000)]
Fixed Zbuffer issue for front pass of transparencies.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2442 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoadded a test for certain case where zbuffer is not being reset properly
Mojomonkey [Mon, 10 Oct 2005 17:17:15 +0000 (17:17 +0000)]
added a test for certain case where zbuffer is not being reset properly

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2441 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoAdded code to stabilize movement at certain angles.
renanse [Sun, 9 Oct 2005 02:54:49 +0000 (02:54 +0000)]
Added code to stabilize movement at certain angles.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2440 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocleaned up a bit, removed extra Vector3f. Also added the method intersectsWherePlana...
renanse [Sat, 8 Oct 2005 21:12:11 +0000 (21:12 +0000)]
cleaned up a bit, removed extra Vector3f.  Also added the method intersectsWherePlanar which returns distance, and u,v coords in triangle plane.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2439 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocleaned up to allow cross(Vector, Vector) to use itself as the storage vector.
renanse [Sat, 8 Oct 2005 21:09:57 +0000 (21:09 +0000)]
cleaned up to allow cross(Vector, Vector) to use itself as the storage vector.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2438 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofixed lightstate with ambient light only
irrisor [Sat, 8 Oct 2005 14:18:32 +0000 (14:18 +0000)]
fixed lightstate with ambient light only

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2437 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agochanged quotation marks in run-testchooser target
irrisor [Fri, 7 Oct 2005 02:09:58 +0000 (02:09 +0000)]
changed quotation marks in run-testchooser target

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2436 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoadded run-testchooser target
irrisor [Thu, 6 Oct 2005 08:46:02 +0000 (08:46 +0000)]
added run-testchooser target

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2435 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoremoved debug outputs
renanse [Wed, 5 Oct 2005 23:39:10 +0000 (23:39 +0000)]
removed debug outputs

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2434 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocleaned up math and added new ability to handler whereby the target's movement can...
renanse [Wed, 5 Oct 2005 23:37:25 +0000 (23:37 +0000)]
cleaned up math and added new ability to handler whereby the target's movement can be based on the target's forward vector instead of the camera's forward vector.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2433 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoremoved unneccessary setting of values.
renanse [Wed, 5 Oct 2005 23:36:07 +0000 (23:36 +0000)]
removed unneccessary setting of values.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2432 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoremoved unneccessary call to divide(1)
renanse [Wed, 5 Oct 2005 23:35:25 +0000 (23:35 +0000)]
removed unneccessary call to divide(1)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2431 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoadded intersectsWhere method and javadoc comments
renanse [Wed, 5 Oct 2005 17:53:22 +0000 (17:53 +0000)]
added intersectsWhere method and javadoc comments

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2430 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocleaned up unused items
renanse [Wed, 5 Oct 2005 00:28:37 +0000 (00:28 +0000)]
cleaned up unused items

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2429 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoUpdated so that calls to set multiplier will update speed as well
renanse [Wed, 5 Oct 2005 00:28:18 +0000 (00:28 +0000)]
Updated so that calls to set multiplier will update speed as well

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2428 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofixed removal of mousespeed setting
renanse [Tue, 4 Oct 2005 23:42:11 +0000 (23:42 +0000)]
fixed removal of mousespeed setting

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2427 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocleaned up some
renanse [Tue, 4 Oct 2005 23:41:22 +0000 (23:41 +0000)]
cleaned up some

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2426 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocleaned up some
renanse [Tue, 4 Oct 2005 23:41:07 +0000 (23:41 +0000)]
cleaned up some

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2425 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoupdates to camera to improve lookAt function. javadoc in 3rd person.
renanse [Tue, 4 Oct 2005 23:40:46 +0000 (23:40 +0000)]
updates to camera to improve lookAt function.  javadoc in 3rd person.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2424 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoimport statement cleanup
Mojomonkey [Tue, 4 Oct 2005 20:08:24 +0000 (20:08 +0000)]
import statement cleanup

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2423 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoFinal for lesson 5
Mojomonkey [Tue, 4 Oct 2005 19:48:21 +0000 (19:48 +0000)]
Final for lesson 5

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2422 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoLesson 5 ready for write up
Mojomonkey [Tue, 4 Oct 2005 17:04:44 +0000 (17:04 +0000)]
Lesson 5 ready for write up

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2421 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agojavadoc and commenting continues...
renanse [Tue, 4 Oct 2005 16:42:32 +0000 (16:42 +0000)]
javadoc and commenting continues...

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2420 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoRemoved the erroneous setUniform(String, Texture) method.
renanse [Tue, 4 Oct 2005 05:47:36 +0000 (05:47 +0000)]
Removed the erroneous setUniform(String, Texture) method.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2419 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agomore updates to Third person controller
renanse [Mon, 3 Oct 2005 23:24:25 +0000 (23:24 +0000)]
more updates to Third person controller

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2418 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agomore updates to Third person controller
renanse [Mon, 3 Oct 2005 21:50:09 +0000 (21:50 +0000)]
more updates to Third person controller

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2417 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agolesson 5 code
Mojomonkey [Mon, 3 Oct 2005 21:32:20 +0000 (21:32 +0000)]
lesson 5 code

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2416 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoadded accessor to mouseLook
renanse [Mon, 3 Oct 2005 20:47:37 +0000 (20:47 +0000)]
added accessor to mouseLook

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2415 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofixed 1.5 dependency
renanse [Mon, 3 Oct 2005 20:29:40 +0000 (20:29 +0000)]
fixed 1.5 dependency

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2414 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoprevent recreation of input state when not useful.
renanse [Mon, 3 Oct 2005 20:25:11 +0000 (20:25 +0000)]
prevent recreation of input state when not useful.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2413 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoRemoval of AmbientLight
Mojomonkey [Mon, 3 Oct 2005 20:05:12 +0000 (20:05 +0000)]
Removal of AmbientLight

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2412 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoupdates to thirdperson controller system
renanse [Mon, 3 Oct 2005 19:59:56 +0000 (19:59 +0000)]
updates to thirdperson controller system

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2411 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoRemoval of Exit from NodeHandler
Mojomonkey [Mon, 3 Oct 2005 19:53:53 +0000 (19:53 +0000)]
Removal of Exit from NodeHandler

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2410 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoupdates to thirdperson and moved exit from firstperson controller to game logic.
renanse [Mon, 3 Oct 2005 18:38:39 +0000 (18:38 +0000)]
updates to thirdperson and moved exit from firstperson controller to game logic.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2409 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoadded accessors
renanse [Mon, 3 Oct 2005 16:26:06 +0000 (16:26 +0000)]
added accessors

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2408 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoimages for tutorial 4
Mojomonkey [Mon, 3 Oct 2005 15:48:46 +0000 (15:48 +0000)]
images for tutorial 4

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2407 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agodon't catch IndexOutOfBoundsException in Controller.update but only for get(i)
irrisor [Mon, 3 Oct 2005 10:51:45 +0000 (10:51 +0000)]
don't catch IndexOutOfBoundsException in Controller.update but only for get(i)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2406 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofixes to gradual turning... still need to fix angle flip
renanse [Mon, 3 Oct 2005 06:03:03 +0000 (06:03 +0000)]
fixes to gradual turning...  still need to fix angle flip

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2405 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoturned off gradual turning until it can be further refined.
renanse [Mon, 3 Oct 2005 05:56:10 +0000 (05:56 +0000)]
turned off gradual turning until it can be further refined.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2404 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoclean up
renanse [Mon, 3 Oct 2005 05:44:31 +0000 (05:44 +0000)]
clean up

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2403 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoclean up
renanse [Mon, 3 Oct 2005 05:39:08 +0000 (05:39 +0000)]
clean up

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2402 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoadded equals methods for checking equality within a buffer
renanse [Mon, 3 Oct 2005 05:38:17 +0000 (05:38 +0000)]
added equals methods for checking equality within a buffer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2401 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agonew spherical methods
renanse [Mon, 3 Oct 2005 05:37:04 +0000 (05:37 +0000)]
new spherical methods

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2400 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoAdded texture id check.
renanse [Mon, 3 Oct 2005 02:28:22 +0000 (02:28 +0000)]
Added texture id check.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2399 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoLesson 4's code.
Mojomonkey [Fri, 30 Sep 2005 19:39:54 +0000 (19:39 +0000)]
Lesson 4's code.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2398 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoSlight javadoc correction
Mojomonkey [Thu, 29 Sep 2005 20:24:06 +0000 (20:24 +0000)]
Slight javadoc correction

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2397 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoAdded lighting
Mojomonkey [Wed, 28 Sep 2005 21:30:19 +0000 (21:30 +0000)]
Added lighting

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2396 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoLesson 3 for flag rush
Mojomonkey [Wed, 28 Sep 2005 21:12:33 +0000 (21:12 +0000)]
Lesson 3 for flag rush

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2395 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoSome changes to sync with tutorial
Mojomonkey [Tue, 27 Sep 2005 23:36:27 +0000 (23:36 +0000)]
Some changes to sync with tutorial

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2394 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoForgot to initialize the timer.
Mojomonkey [Tue, 27 Sep 2005 22:35:20 +0000 (22:35 +0000)]
Forgot to initialize the timer.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2393 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoLesson 2 added.
Mojomonkey [Tue, 27 Sep 2005 21:40:40 +0000 (21:40 +0000)]
Lesson 2 added.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2392 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocleanup imports - removed screen shot f12 from node handler
renanse [Tue, 27 Sep 2005 19:13:08 +0000 (19:13 +0000)]
cleanup imports - removed screen shot f12 from node handler

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2391 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoclean up
renanse [Tue, 27 Sep 2005 19:10:33 +0000 (19:10 +0000)]
clean up

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2390 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoRemoval of Screenshot from First Person Handler.
Mojomonkey [Tue, 27 Sep 2005 16:43:21 +0000 (16:43 +0000)]
Removal of Screenshot from First Person Handler.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2389 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agonightly build: upload src as zip, too
irrisor [Tue, 27 Sep 2005 13:53:12 +0000 (13:53 +0000)]
nightly build: upload src as zip, too

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2388 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agopatched to allow arbitray display dimensions in non-full screen
renanse [Tue, 27 Sep 2005 04:34:29 +0000 (04:34 +0000)]
patched to allow arbitray display dimensions in non-full screen

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2387 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoMinor commenting
Mojomonkey [Mon, 26 Sep 2005 23:32:52 +0000 (23:32 +0000)]
Minor commenting

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2386 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoAdded ability to manipulate terrain data
renanse [Mon, 26 Sep 2005 22:51:47 +0000 (22:51 +0000)]
Added ability to manipulate terrain data

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2385 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoslight cleanup
renanse [Mon, 26 Sep 2005 22:51:05 +0000 (22:51 +0000)]
slight cleanup

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2384 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofixed blue tint on mac screenshots
renanse [Mon, 26 Sep 2005 21:42:56 +0000 (21:42 +0000)]
fixed blue tint on mac screenshots

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2383 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoAltered to match tutorial text
Mojomonkey [Mon, 26 Sep 2005 21:29:33 +0000 (21:29 +0000)]
Altered to match tutorial text

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2382 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoadded license
Mojomonkey [Mon, 26 Sep 2005 20:44:41 +0000 (20:44 +0000)]
added license

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2381 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoAdded screenshot to simplegame (F1)
Mojomonkey [Mon, 26 Sep 2005 20:38:09 +0000 (20:38 +0000)]
Added screenshot to simplegame (F1)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2380 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoLesson 1 of the Flag Rush tutorial series.
Mojomonkey [Mon, 26 Sep 2005 20:16:35 +0000 (20:16 +0000)]
Lesson 1 of the Flag Rush tutorial series.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2379 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoadded jmetest to ignore
renanse [Mon, 26 Sep 2005 17:23:10 +0000 (17:23 +0000)]
added jmetest to ignore

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2378 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofewer states set
renanse [Mon, 26 Sep 2005 17:12:23 +0000 (17:12 +0000)]
fewer states set

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2377 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofixed transparent box
renanse [Sun, 25 Sep 2005 23:54:45 +0000 (23:54 +0000)]
fixed transparent box

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2376 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoUpdated to skip drawing in more cases where off screen
renanse [Sun, 25 Sep 2005 21:10:38 +0000 (21:10 +0000)]
Updated to skip drawing in more cases where off screen

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2375 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoremoved creation and signing of ui jar
renanse [Sun, 25 Sep 2005 16:03:05 +0000 (16:03 +0000)]
removed creation and signing of ui jar

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2374 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofixed dying color issue
renanse [Sun, 25 Sep 2005 15:43:34 +0000 (15:43 +0000)]
fixed dying color issue

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2373 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoMade remaining fields protected for subclasses.
Mojomonkey [Sun, 25 Sep 2005 15:27:02 +0000 (15:27 +0000)]
Made remaining fields protected for subclasses.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2372 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agominor documentation improvements
Mojomonkey [Sun, 25 Sep 2005 01:41:50 +0000 (01:41 +0000)]
minor documentation improvements

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2371 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoMinor documentation cleanup
Mojomonkey [Sat, 24 Sep 2005 20:25:08 +0000 (20:25 +0000)]
Minor documentation cleanup

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2370 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoUpdated version to current working version 0.10
Mojomonkey [Sat, 24 Sep 2005 18:12:07 +0000 (18:12 +0000)]
Updated version to current working version 0.10

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2369 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agotarget 1.4
renanse [Fri, 23 Sep 2005 16:27:23 +0000 (16:27 +0000)]
target 1.4

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2368 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agosigned
renanse [Thu, 22 Sep 2005 22:07:06 +0000 (22:07 +0000)]
signed

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2367 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agojme .9
renanse [Thu, 22 Sep 2005 22:06:08 +0000 (22:06 +0000)]
jme .9

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2366 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agonew keystore
renanse [Thu, 22 Sep 2005 20:34:48 +0000 (20:34 +0000)]
new keystore

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2365 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoambient light issue
renanse [Thu, 22 Sep 2005 20:33:29 +0000 (20:33 +0000)]
ambient light issue

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2363 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agokinder message
renanse [Thu, 22 Sep 2005 20:20:21 +0000 (20:20 +0000)]
kinder message

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2362 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agokinder message
renanse [Thu, 22 Sep 2005 20:19:59 +0000 (20:19 +0000)]
kinder message

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2361 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocullmode settings were incorrect in this test.
renanse [Thu, 22 Sep 2005 20:02:15 +0000 (20:02 +0000)]
cullmode settings were incorrect in this test.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2360 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agorool back to glActiveTexture
renanse [Thu, 22 Sep 2005 01:57:31 +0000 (01:57 +0000)]
rool back to glActiveTexture

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2359 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocleaned up vbo/array choosing during rendering
renanse [Thu, 22 Sep 2005 01:50:20 +0000 (01:50 +0000)]
cleaned up vbo/array choosing during rendering

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2358 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agonull old buffers in normals drawing
renanse [Thu, 22 Sep 2005 01:45:31 +0000 (01:45 +0000)]
null old buffers in normals drawing

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2357 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agooptimize texturestate extraction
renanse [Thu, 22 Sep 2005 01:44:44 +0000 (01:44 +0000)]
optimize texturestate extraction

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2356 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agocullMode fixed
renanse [Thu, 22 Sep 2005 00:44:36 +0000 (00:44 +0000)]
cullMode fixed

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2355 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoAvoid index buffer recreation in normals drawing.
renanse [Thu, 22 Sep 2005 00:27:18 +0000 (00:27 +0000)]
Avoid index buffer recreation in normals drawing.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2354 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoNew cullmode - CULL_INHERIT
renanse [Wed, 21 Sep 2005 23:53:43 +0000 (23:53 +0000)]
New cullmode - CULL_INHERIT

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2353 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years ago*** empty log message ***
renanse [Wed, 21 Sep 2005 23:35:16 +0000 (23:35 +0000)]
*** empty log message ***

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2352 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofix again
renanse [Wed, 21 Sep 2005 23:34:44 +0000 (23:34 +0000)]
fix again

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2351 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agofix to tex runthrough
renanse [Wed, 21 Sep 2005 23:10:31 +0000 (23:10 +0000)]
fix to tex runthrough

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2350 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agomore fixes?
renanse [Wed, 21 Sep 2005 22:20:51 +0000 (22:20 +0000)]
more fixes?

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2349 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years agoissue fixed with bounds merging. Also added TestOBBPick to chooser
renanse [Wed, 21 Sep 2005 21:25:19 +0000 (21:25 +0000)]
issue fixed with bounds merging.  Also added TestOBBPick to chooser

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2348 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years ago*** empty log message ***
renanse [Wed, 21 Sep 2005 20:58:43 +0000 (20:58 +0000)]
*** empty log message ***

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2347 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

18 years ago*** empty log message ***
renanse [Wed, 21 Sep 2005 20:55:16 +0000 (20:55 +0000)]
*** empty log message ***

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@2346 75d07b2b-3a1a-0410-a2c5-0572b91ccdca