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