just packed the whole sample so that people can download it as standalone. hope nobody minds.. |
|
More...
|
over 12 years ago
|
made the rocket sample self-contained |
|
More...
|
over 12 years ago
|
stripped loader a bit and made assets rather load from the generic resource pools. this might change, when the azure loader wraps the pools one day |
|
More...
|
almost 13 years ago
|
now this should finally fix it for windows |
|
More...
|
almost 13 years ago
|
this fixes the bug of cursor staying in underlying documents when a new one was loaded |
|
More...
|
almost 13 years ago
|
this should fix paths for windows |
|
More...
|
almost 13 years ago
|
this resource check is probably a bit faster |
|
More...
|
almost 13 years ago
|
main menu redone a bit. now we also have a credits page and the options and quick play pages are there as draft |
|
More...
|
almost 13 years ago
|
new menu proof of concept |
|
More...
|
almost 13 years ago
|
global loader |
|
More...
|
almost 13 years ago
|
make assets use local loader |
|
More...
|
almost 13 years ago
|
comment about unused module |
|
More...
|
almost 13 years ago
|
preloader should use our loader |
|
More...
|
almost 13 years ago
|
lots of changes to assets classes. sky and water now should work. also there's a new 'managed asset' class for sorta singletons |
|
More...
|
almost 13 years ago
|
use lists and dicts as extra args |
|
More...
|
almost 13 years ago
|
accept extra args as list and dict, not implicit |
|
More...
|
almost 13 years ago
|
uncommented lines which used 'base' |
|
More...
|
almost 13 years ago
|
make aeroplane use assetbase, which in turn inherits from DirectObject |
|
More...
|
almost 13 years ago
|
do not use sky or water, since they're not yet there. also use real function names from new modules |
|
More...
|
almost 13 years ago
|
fixed various minor bugs in views and added planeview to __init__.py |
|
More...
|
almost 13 years ago
|
added function setThrust |
|
More...
|
almost 13 years ago
|
scenarioproxy now correctly gathers managers and passes them to the scenario |
|
More...
|
almost 13 years ago
|
various fixes for managers |
|
More...
|
almost 13 years ago
|
scenarios don't get parameters passed like that |
|
More...
|
almost 13 years ago
|
fixed various things about controls. still need to make things inherit from the controlbase instead of controlstate |
|
More...
|
almost 13 years ago
|
corrected a relative import |
|
More...
|
almost 13 years ago
|
added name as first parameter to lights, because all assets take that as first argument now. |
|
More...
|
almost 13 years ago
|
having 'azure' in a filename is kinda useless |
|
More...
|
almost 13 years ago
|
pushing files around |
|
More...
|
almost 13 years ago
|
renamed the assets folder to resources, since assets are something else in our context |
|
More...
|
almost 13 years ago
|