root / trunk / pysoy / src / scenes

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1380 [1380] 43 hours ArcRiley Undo commit [1379]
(edit) @1379 [1379] 44 hours ArcRiley Quick fix: * add math.pxd to includes
(edit) @1376 [1376] 7 days ArcRiley Quick fix: switched out obsolete ode.dEpsilon for FLT_EPSILON for ODE …
(edit) @1375 [1375] 3 weeks DavidCzech Ticket #969 : * Convertered most documentation from epydoc format to ReST …
(edit) @1348 [1348] 3 months DavidCzech Ticket 929: * Fixed a printf. * Make wireframe not anti-aliased by …
(edit) @1347 [1347] 3 months JonNeal Ticket #958 : * First part of the delta map added
(edit) @1345 [1345] 4 months JonNeal Ticket #900: * Added in basic fog support through a property. * …
(edit) @1344 [1344] 5 months JonNeal Ticket #929: * Fixed assert that checked the heightmap
(edit) @1341 [1341] 5 months ArcRiley Ticket #929 : * prepping for tiled landscapes with right/bottom tiling …
(edit) @1340 [1340] 5 months ArcRiley Ticket #929 : * changed it to use quads instead of triangles * now …
(edit) @1339 [1339] 5 months JonNeal Ticket #900: * Attempt at adding fog to the scene
(edit) @1338 [1338] 5 months ArcRiley Ticket #929 : * renamed _heightmapTex to _pyMap (position y map) * …
(edit) @1337 [1337] 5 months JonNeal Ticket #929: * Fixed normals, they were backwards!
(edit) @1336 [1336] 5 months ArcRiley Ticket #929 : * renamed a few Landscape cdefs
(edit) @1335 [1335] 5 months JonNeal Ticket #929 : * Added underscores that were causing the landscape mesh …
(edit) @1334 [1334] 5 months ArcRiley Ticket #958 : * fixed _delta* arrays
(edit) @1333 [1333] 5 months JonNeal Ticket #958 : * Added the vars for delta map which are needed for LOD …
(edit) @1330 [1330] 5 months ArcRiley Ticket #929 : * fixed heightmap geom to match scale
(edit) @1329 [1329] 5 months ArcRiley Ticket #929 : * fixed depth buffer issue * Landscape._render is …
(edit) @1328 [1328] 5 months JonNeal Ticket #929 : * No more white edges due to my laziness :p
(edit) @1327 [1327] 5 months DavidCzech Ticket 929: * Added basic material to LandScape? * Its green! It must be …
(edit) @1326 [1326] 5 months DavidCzech Ticket 929 : * Fixed Tangent Calculation
(edit) @1324 [1324] 5 months JonNeal Ticket #929 : * Small bug fix
(edit) @1323 [1323] 5 months ArcRiley Ticket #929 : * fixed dGeomHeightfieldDataBuildByte call * changed …
(edit) @1322 [1322] 5 months JonNeal Ticket #929 : * Normals working, kapace enabled lights. Heightmap is now …
(edit) @1321 [1321] 5 months ArcRiley Quick fix: needed to switch back to modelview in Scene
(edit) @1320 [1320] 5 months JonNeal Ticket #929 : * started work on norms
(edit) @1319 [1319] 5 months ArcRiley Ticket #929 : * Landscape position is now dynamic
(edit) @1318 [1318] 5 months ArcRiley Ticket #929 : * guides for next step in heightmap generation
(edit) @1317 [1317] 5 months ArcRiley Ticket #929 : * rearranged widgets.Projector → bodies.Camera → …
(edit) @1316 [1316] 5 months ArcRiley Ticket #929: * all triangles rendering properly now
(edit) @1315 [1315] 5 months ArcRiley Ticket #929: * more minor cleanup
(edit) @1314 [1314] 5 months JonNeal Ticket #929: * changed position and size vars to double
(edit) @1313 [1313] 5 months ArcRiley Ticket #929 : * cleaned up vertex loop code
(edit) @1312 [1312] 5 months JonNeal Ticket #929: now exactly half of the landscape is correctly rendered.
(edit) @1311 [1311] 5 months JonNeal Ticket #929: Some small bug fixes
(edit) @1310 [1310] 5 months ArcRiley Ticket #929 : * cleaned up face generation loop * fixed winding order
(edit) @1309 [1309] 5 months ArcRiley Ticket #929 : * minor fixes on the element array loop
(edit) @1308 [1308] 5 months JonNeal Ticket #929: changed around Landscape.pym and Landscape.py a whole lot. …
(edit) @1306 [1306] 5 months DavidCzech Ticket #929 : Landscape VBOs almost working.
(edit) @1279 [1279] 7 months ArcRiley Ticket #956 : * basic move finished with Mesh and Shape * _render …
(edit) @1274 [1274] 7 months ArcRiley Pyrex 0.9.8.2 fixes : * now compiles and runs! * Render loop is …
(edit) @1271 [1271] 7 months ArcRiley Pyrex 0.9.8.2 fixes : * fixed HashTable?._lookup - returns 0.0 if …
(edit) @1269 [1269] 7 months ArcRiley Pyrex 0.9.8.2 fixes : * soy.fields now add themselves to …
(edit) @1267 [1267] 7 months ArcRiley Quick Fixes : * eliminated Scene._updateTime * updated Vert …
(edit) @1266 [1266] 7 months ArcRiley Pyrex 0.9.8.2 work: * added Scene._fields children to eliminate …
(edit) @1265 [1265] 7 months ArcRiley Pyrex 0.9.8.2 fixes : * now requires 0.9.8.2 * nogil goes …
(edit) @1256 [1256] 7 months ArcRiley Quick fix: * cimports don't belong in .pym files
(edit) @1239 [1239] 8 months ArcRiley No Ticket : * moved all soy.*.pxd's to include/soy/*.pxd * moved …
(edit) @1236 [1236] 8 months ArcRiley Ticket #954 : * added init.pym includes * Trunk builds again
(edit) @1235 [1235] 8 months JonNeal Ticket #954 : * Fixed all of the headers * Migrated soy.models to …
(edit) @1224 [1224] 8 months JonNeal Ticket #954 : * Migrated soy.scenes to PyMill
(edit) @1212 [1212] 8 months JonNeal Ticket #950: Cleaned up all files to comply with organisation standards, …
(edit) @1211 [1211] 8 months DavidCzech #928: This fixes drawing
(edit) @1208 [1208] 8 months JonNeal Ticket #950: * Reorder soy.scenes.Plane and soy.scenes.Landscape * …
(edit) @1199 [1199] 8 months DavidCzech Offset plane rendering
(edit) @1198 [1198] 8 months JonNeal Ticket #929: More work, started vbo stuff.
(edit) @1197 [1197] 8 months JonNeal Ticket #929: Started adding soy.scenes.Landscape, I also fixed up some of …
(edit) @1192 [1192] 8 months ArcRiley Ticket #951 : * eliminated _getRGBA with basically a rewrite of …
(edit) @1191 [1191] 9 months ArcRiley AGPLv3 Upgrade (cont) The switch script missed one of the lines
(edit) @1190 [1190] 9 months ArcRiley = AGPLv3 Update = This is a project-wide update to the GNU Affero General …
(edit) @1185 [1185] 9 months DavidCzech Friction Property for scenes
(edit) @1171 [1171] 9 months DavidCzech bugfix for scene rendering
(edit) @1166 [1166] 9 months DavidCzech Bug fix for float offset
(edit) @1162 [1162] 9 months EricStein some commenting work. more later.
(edit) @1148 [1148] 9 months DerekRhodes more declarator cleanup.
(edit) @1131 [1131] 9 months ArcRiley The start of a Space scene class
(edit) @1112 [1112] 9 months ArcRiley Ticket #943 : * finished up scenes * upgraded _core joints and shapes
(edit) @1110 [1110] 9 months ArcRiley Ticket #943 : * a few minor changes for scenes.Scene
(edit) @1094 [1094] 9 months ArcRiley Ticket #942 : * movied soy.bodies.lights.Light to soy.bodies.Light * …
(edit) @1091 [1091] 9 months ArcRiley Ticket #941 : * Completed renaming soy.meshes to soy.models * …
(edit) @1082 [1082] 9 months ArcRiley soy.scenes.Scene: * removed unused _maxstep variable * _steps is …
(edit) @1078 [1078] 9 months ArcRiley Ticket #901 : * another testing/debug round
(edit) @1076 [1076] 9 months ArcRiley Ticket #901 : * disabled stuff (temporarily) for debugging
(edit) @1062 [1062] 9 months ArcRiley Code Cleanup : * normalized all void * typecasts to "<void*> variable" …
(edit) @1037 [1037] 9 months ArcRiley Ticket #901 : * some cleanup on Scene
(edit) @1036 [1036] 9 months ArcRiley Ticket #901 : * changed soy.scenes.Scene to new Children iteration …
(edit) @1023 [1023] 9 months ArcRiley reduced sleep time between Scene stepping
(edit) @1019 [1019] 9 months ArcRiley Ticket #934 : * removed debug printf in Scene.pxi
(edit) @1016 [1016] 9 months ArcRiley Ticket #934 : * now casting Camera._scene to soy.scenes.Scene i