Older
-
-
-
r340
(Updated readme version
) committed by clsdaniel
- Updated readme version
-
r339
(Added basic code for level003
) committed by clsdaniel
- Added basic code for level003
Added basic code for level003
-
r338
(Added filename sorting to Level selection dialog, check and ...) committed by clsdaniel
- Added filename sorting to Level selection dialog, check and remove files that are not levels
(__init__.py)
Added filename sorting to Level selection dialog, check and remove files that are not levels
(__init__.py)
-
-
r336
(Fixed TextArea problem when adding new lines inside two exis...) committed by clsdaniel
- Fixed TextArea problem when adding new lines inside two existent lines, where TextArea would append
the new line instead of inserting it in current line position
Fixed TextArea problem when adding new lines inside two existent lines, where TextArea would append
the new line instead of inserting it in current line position
-
r335
(Added basic level002, needs setting better objectives and sc...) committed by clsdaniel
- Added basic level002, needs setting better objectives and scoring
Added basic level002, needs setting better objectives and scoring
-
r334
(Added level001 description text
) committed by clsdaniel
- Added level001 description text
Added level001 description text
-
r333
(Fix math error in physics engine when determining the distan...) committed by clsdaniel
- Fix math error in physics engine when determining the distance of two points
Fix math error in physics engine when determining the distance of two points
-
-
r332
(Fixed Road problems when handling paths with 90 degrees angl...) committed by clsdaniel
- Fixed Road problems when handling paths with 90 degrees angles
Fixed Road problems when handling paths with 90 degrees angles
-
-
r330
(Added stencil size testing when creating display
) committed by clsdaniel
- Added stencil size testing when creating display
Added stencil size testing when creating display
-
r331
(Enhanced Road entity optimized using GL call lists and added...) committed by clsdaniel
- Enhanced Road entity optimized using GL call lists and added code for multipoint paths which still
needs refinements there is some skewing
Enhanced Road entity optimized using GL call lists and added code for multipoint paths which still
needs refinements there is some skewing
-
-
r329
(Removed unused classes from events (Chain, and, or)
) committed by clsdaniel
- Removed unused classes from events (Chain, and, or)
Removed unused classes from events (Chain, and, or)
-
r328
(Added levels directory to setup.py and MANIFEST
) committed by clsdaniel
- Added levels directory to setup.py and MANIFEST
Added levels directory to setup.py and MANIFEST
-
r327
(Added TextArea mouse events to set cursor position
) committed by clsdaniel
- Added TextArea mouse events to set cursor position
Added TextArea mouse events to set cursor position
-
r326
(Removed close button from Editor, added Done and Cancel butt...) committed by clsdaniel
- Removed close button from Editor, added Done and Cancel buttons
Removed close button from Editor, added Done and Cancel buttons
-
r325
(Replaced car script selection dialog with just the editor
) committed by clsdaniel
- Replaced car script selection dialog with just the editor
Replaced car script selection dialog with just the editor
-
r324
(Added Open and New buttons to editor
) committed by clsdaniel
- Added Open and New buttons to editor
Added Open and New buttons to editor
-
r313
(Started writing a small text editor for car scripts
) committed by clsdaniel
- Started writing a small text editor for car scripts
Started writing a small text editor for car scripts
-
r312
(Added Tab handling to TextArea, should output 4 spaces
) committed by clsdaniel
- Added Tab handling to TextArea, should output 4 spaces
Added Tab handling to TextArea, should output 4 spaces
-
r311
(Added Frame decorator widget
) committed by clsdaniel
- Added Frame decorator widget
Added Frame decorator widget
-
r310
(Added all keyboard controls to help text, added Script loade...) committed by clsdaniel
- Added all keyboard controls to help text, added Script loader dialog mockup
Added all keyboard controls to help text, added Script loader dialog mockup
-
r309
(Fixed TextArea scrollbar positioning and resizing
) committed by clsdaniel
- Fixed TextArea scrollbar positioning and resizing
Fixed TextArea scrollbar positioning and resizing
-
r308
(Fixed level001 bug with sensor values handling
) committed by clsdaniel
- Fixed level001 bug with sensor values handling
Fixed level001 bug with sensor values handling
-
-
r307
(Added new level selection dialog
) committed by clsdaniel
- Added new level selection dialog
Added new level selection dialog
-
r306
(Fixed helpers.Loader level_path detection
) committed by clsdaniel
- Fixed helpers.Loader level_path detection
Fixed helpers.Loader level_path detection
-
r305
(Changed ListBox to use ScrollBar
) committed by clsdaniel
- Changed ListBox to use ScrollBar
Changed ListBox to use ScrollBar
-
r304
(Added resize support to scrollbar
) committed by clsdaniel
- Added resize support to scrollbar
Added resize support to scrollbar
-
r303
(When a widget is resized Widget will call on_resize, widgets...) committed by clsdaniel
- When a widget is resized Widget will call on_resize, widgets should override on_resize instead of
set_size
When a widget is resized Widget will call on_resize, widgets should override on_resize instead of
set_size
-
-
r302
(Added level paths to helpers.Loader, added functions to get ...) committed by clsdaniel
- Added level paths to helpers.Loader, added functions to get paths lists
Added level paths to helpers.Loader, added functions to get paths lists
-
r301
(Started writing Level 001, created levels module inside libc...) committed by clsdaniel
- Started writing Level 001, created levels module inside libcarcode
Started writing Level 001, created levels module inside libcarcode
-
r300
(FIX issue #13, rewrote base entity Road to look better and f...) committed by clsdaniel
- FIX issue #13 , rewrote base entity Road to look better and fulfill issue #13
-
-
-
r299
(Update carcode to use new helpers.Loader
) committed by clsdaniel
- Update carcode to use new helpers.Loader
Update carcode to use new helpers.Loader
-
r298
(Added texture loader to helpers.Loader, remove deprecated lo...) committed by clsdaniel
- Added texture loader to helpers.Loader, remove deprecated loading code from helpers
Added texture loader to helpers.Loader, remove deprecated loading code from helpers
-
r297
(Added fixed missing arguments on helpers.Loader
) committed by clsdaniel
- Added fixed missing arguments on helpers.Loader
Added fixed missing arguments on helpers.Loader
-
r296
(Created Loader singleton to handle paths, image and sound lo...) committed by clsdaniel
- Created Loader singleton to handle paths, image and sound loading
Created Loader singleton to handle paths, image and sound loading
-
r295
(FIX issue #15, added help to main menu, moved main menu to i...) committed by clsdaniel
- FIX issue #15 , added help to main menu, moved main menu to its own file
FIX issue #15 , added help to main menu, moved main menu to its own file
-
r294
(Added custom set_size to TextArea to compute max text lines ...) committed by clsdaniel
- Added custom set_size to TextArea to compute max text lines to render according to new size
Added custom set_size to TextArea to compute max text lines to render according to new size
-
r293
(Added default position and size to widget constructor
) committed by clsdaniel
- Added default position and size to widget constructor
Added default position and size to widget constructor
-
r292
(Updated all demo levels to use new set_goals and set_scores
) committed by clsdaniel
- Updated all demo levels to use new set_goals and set_scores
Updated all demo levels to use new set_goals and set_scores
-
r291
(Changed goal test code in CarcodeApp to be a bit more modula...) committed by clsdaniel
- Changed goal test code in CarcodeApp to be a bit more modular and coherent
Changed goal test code in CarcodeApp to be a bit more modular and coherent
-
r290
(Changed public goal and score APIs from CarcodeApp Proxy, we...) committed by clsdaniel
- Changed public goal and score APIs from CarcodeApp Proxy, we only have set_goals and set_scores now,
added docstrings
Changed public goal and score APIs from CarcodeApp Proxy, we only have set_goals and set_scores now,
added docstrings
|