Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added some options to init scriptHEADmasterLuiz Irber2008-08-091-3/+17
|
* used os.path.join() on artwork pathsLuiz Irber2008-04-198-24/+53
|
* Removed the remaining abspath() calls and wildcard import of pygame localsLuiz Irber2008-04-193-33/+28
|
* Renamed variables and inserted whitespaces, to increase readability.Luiz Irber2008-04-197-90/+88
|
* Removed abspath() calls and renamed some params in objectsLuiz Irber2008-04-198-78/+62
|
* Removed relative import from some modulesLuiz Irber2008-04-193-12/+13
|
* moved libdir insertion into sys.path to gambiarra.pyLuiz Irber2008-04-192-8/+10
|
* Updated READMELuiz Irber2008-04-191-3/+15
|
* Added new files from olpcgames to MANIFESTLuiz Irber2008-04-191-0/+8
|
* Fixed activity code, now works fine in XO againLuiz Irber2008-04-194-8/+20
|
* Updated olpcgames module to 1.6Luiz Irber2008-04-1919-463/+2467
|
* modified MANIFEST, some files were not there yetLuiz Irber2008-04-161-21/+30
|
* I forgot to return None when no name is availableLuiz Irber2008-04-131-0/+1
|
* Moved object update code from Game to ThingLuiz Irber2008-04-132-10/+12
| | | | | | | - Now we can move objects in an standard way and, when needed, override the method. - Cleaned import on gambiarra.py, we no longer need to import Penguin.
* now level loading can prevent buggy level files from crashing the programLuiz Irber2008-04-131-16/+49
|
* Changed position parameters on the levels filesLuiz Irber2008-04-127-39/+39
| | | | - load_levels reflect this too, we don't need to convert to int
* Removed the is_static in levels.py and used the mobility attr from objects.Luiz Irber2008-04-121-13/+6
|
* fixed permissions on imagesLuiz Irber2008-04-1223-0/+0
|
* substituted the wall images for surfacesLuiz Irber2008-04-125-9/+12
|
* Small refactor in load_levels, hopefully now it's more intuitiveLuiz Irber2008-04-111-9/+9
|
* fixed imports in gambiarra.pyLuiz Irber2008-04-111-7/+1
|
* Object module namespace cleanedLuiz Carlos Irber Junior2008-04-112-6/+17
| | | | | | - This way we can add more objects later without having to edit the levels.py file, but we still need to import and clean by hand in objects/__init__.py . Later we can do this automatically too.
* oops, I forgot to add the levels files =DLuiz Irber2008-04-106-0/+225
|
* Dynamic loading of levels implementedLuiz Irber2008-04-107-89/+32
| | | | | | | - Added a new function in levels.py, load_levels(). It reads the data/levels dir, looking for level files, and loads them at runtime. Now we don't need to specify levels directly on the source code, hooray! - Moved the help images for the levels from data/images to data/levels.
* Path cleanup and accessLuiz Irber2008-04-1012-40/+100
| | | | | | - Added the libs subdir to path, we can start to use them - Created a gambiarra.py file on project root to start the game outside XO - Every access to the data dir don't have a '..' prefix anymore...
* New level specification file and created a libs dirLuiz Carlos Irber Junior2008-04-0917-0/+1248
| | | | | - Testing the use of JSON files as level descriptors - Created a libs dir, nowadays only contains olpcgames and simplejson
* Refactoring of check_collision doneLuiz Irber2008-04-096-101/+99
| | | | | | - Now the Thing class has a new method, collide(self, obj), and the collision treatment is done there. - Penguin still need to have this method overrided!
* Removed whitespacesLuiz Irber2008-04-086-27/+27
|
* Fixes on sound and levels.Luiz Irber2008-04-069-72/+119
| | | | | | | | - Now the game can be started without a sound device on the computer. But it still needs more testing. - Multiple targets can be set on a level, and any object can be a target. But there isn't any level that uses this feature yet. - Minor cleanup on code, and some comments added.
* adicionado um READMELuiz Irber2008-02-281-0/+4
|
* Versao final do GameJamLuiz Irber2007-11-114-9/+9
|
* Versao fnal. Agora resta apresentar para as criancasLuiz Irber2007-11-114-0/+3
|
* V11, 14 horasLuiz Irber2007-11-1114-54/+132
|
* V10, 12 horasLuiz Irber2007-11-1113-36/+142
|
* V9, 8 horasLuiz Irber2007-11-1115-131/+440
|
* esqueci a cama elastica...Luiz Irber2007-11-111-0/+15
|
* V8, 6 horasLuiz Irber2007-11-117-116/+131
|
* V7, 4 horasLuiz Irber2007-11-1115-74/+182
|
* V6, 2 horasLuiz Irber2007-11-1134-98/+208
|
* Esqueci a esteiraLuiz Irber2007-11-111-0/+0
|
* V5, aa meia-noite buscarei sua ALMA! (versao sem crase, e nem til)Luiz Irber2007-11-1113-45/+138
|
* V4, 10 horasLuiz Irber2007-11-1113-88/+110
|
* V3, 20 horasLuiz Irber2007-11-108-116/+168
|
* V3, 18 horasLuiz Irber2007-11-1021-94/+142
|
* V2, 16 horasLuiz Irber2007-11-107-0/+167
|
* Esqueleto do jogoLuiz Irber2007-11-1024-0/+1754