tabakrolletjie.git
7 years agoNote additional source information
Neil [Wed, 7 Sep 2016 11:00:25 +0000 (13:00 +0200)]
Note additional source information

7 years agoAdd font loader and DejaVu sans font
Neil [Wed, 7 Sep 2016 11:00:13 +0000 (13:00 +0200)]
Add font loader and DejaVu sans font

7 years agoChange limits to avoid pygame.draw.arc's degenerate behaviour.
Neil [Wed, 7 Sep 2016 09:11:37 +0000 (11:11 +0200)]
Change limits to avoid pygame.draw.arc's degenerate behaviour.

Pygame's draw arc is buggy, and confuses degrees and radians in the case
when start_angle > stop_angle. Pygame adds 360 radians to stop_angle,
instead of 360 degrees. This results in incorrect output, and absolutely
terrible performance.

7 years agoHide loader path print behind debug
Neil [Wed, 7 Sep 2016 09:08:09 +0000 (11:08 +0200)]
Hide loader path print behind debug

7 years agoHacky light rendering limited by distance and angle.
Simon Cross [Tue, 6 Sep 2016 22:43:46 +0000 (00:43 +0200)]
Hacky light rendering limited by distance and angle.

7 years agoSimple light damage using lit_by
Neil [Tue, 6 Sep 2016 21:58:06 +0000 (23:58 +0200)]
Simple light damage using lit_by

7 years agoAdd function that returns whether a position is lit.
Simon Cross [Tue, 6 Sep 2016 20:54:58 +0000 (22:54 +0200)]
Add function that returns whether a position is lit.

7 years agoMerge branch 'master' of ctpug.org.za:tabakrolletjie
Simon Cross [Tue, 6 Sep 2016 20:33:50 +0000 (22:33 +0200)]
Merge branch 'master' of ctpug.org.za:tabakrolletjie

7 years agoLights can now be turned on and off at night.
Simon Cross [Tue, 6 Sep 2016 20:33:35 +0000 (22:33 +0200)]
Lights can now be turned on and off at night.

7 years agoTweak mould rendering logic to have sane realtionship between image position and...
Neil [Tue, 6 Sep 2016 20:26:57 +0000 (22:26 +0200)]
Tweak mould rendering logic to have sane realtionship between image position and actual position

7 years agoNight shift managers.
Simon Cross [Tue, 6 Sep 2016 20:29:54 +0000 (22:29 +0200)]
Night shift managers.

7 years agoAdd obstacle manager and move nearest calculation to light manager.
Simon Cross [Tue, 6 Sep 2016 20:28:09 +0000 (22:28 +0200)]
Add obstacle manager and move nearest calculation to light manager.

7 years agoAdd light manager.
Simon Cross [Tue, 6 Sep 2016 20:17:37 +0000 (22:17 +0200)]
Add light manager.

7 years agoUse images to draw Boyd
Neil [Tue, 6 Sep 2016 20:05:34 +0000 (22:05 +0200)]
Use images to draw Boyd

7 years agoImage loading
Neil [Tue, 6 Sep 2016 20:04:36 +0000 (22:04 +0200)]
Image loading

7 years agoMove images into data
Neil [Tue, 6 Sep 2016 20:03:46 +0000 (22:03 +0200)]
Move images into data

7 years agoClickable lights.
Simon Cross [Tue, 6 Sep 2016 20:01:18 +0000 (22:01 +0200)]
Clickable lights.

7 years agoAdd broken click handling.
Simon Cross [Tue, 6 Sep 2016 19:44:40 +0000 (21:44 +0200)]
Add broken click handling.

7 years agoAdd circular fitting to lights.
Simon Cross [Tue, 6 Sep 2016 19:44:18 +0000 (21:44 +0200)]
Add circular fitting to lights.

7 years agoAdd fitings category.
Simon Cross [Tue, 6 Sep 2016 19:43:42 +0000 (21:43 +0200)]
Add fitings category.

7 years agoRender Boyd under the lights and such
Neil [Tue, 6 Sep 2016 19:24:34 +0000 (21:24 +0200)]
Render Boyd under the lights and such

7 years agoRemove extra LIGHT_FILTER from mould.
Simon Cross [Tue, 6 Sep 2016 19:10:18 +0000 (21:10 +0200)]
Remove extra LIGHT_FILTER from mould.

7 years agoAutomatically load a station for now.
Simon Cross [Tue, 6 Sep 2016 18:53:36 +0000 (20:53 +0200)]
Automatically load a station for now.

7 years agoUse debug_timer on lights.
Simon Cross [Tue, 6 Sep 2016 18:49:06 +0000 (20:49 +0200)]
Use debug_timer on lights.

7 years agoUse debug_timer at night.
Simon Cross [Tue, 6 Sep 2016 18:46:32 +0000 (20:46 +0200)]
Use debug_timer at night.

7 years agoAdd timing utility.
Simon Cross [Tue, 6 Sep 2016 18:45:04 +0000 (20:45 +0200)]
Add timing utility.

7 years agoAllow setting DEBUG via an environment variable.
Simon Cross [Tue, 6 Sep 2016 18:44:39 +0000 (20:44 +0200)]
Allow setting DEBUG via an environment variable.

7 years agoAdd a day scene.
Simon Cross [Tue, 6 Sep 2016 18:31:04 +0000 (20:31 +0200)]
Add a day scene.

7 years agoAdd toggle method to lights.
Simon Cross [Tue, 6 Sep 2016 18:24:27 +0000 (20:24 +0200)]
Add toggle method to lights.

7 years agoEnter Boyd, from not exactly stage left.
Neil [Tue, 6 Sep 2016 15:44:25 +0000 (17:44 +0200)]
Enter Boyd, from not exactly stage left.

7 years agoAdvance time
Neil [Tue, 6 Sep 2016 15:44:05 +0000 (17:44 +0200)]
Advance time

7 years agoScreenshots for today's diary entry
Neil [Mon, 5 Sep 2016 20:12:29 +0000 (22:12 +0200)]
Screenshots for today's diary entry

7 years agoAdd very hack'ish rotating light via pymunk thing
Neil [Mon, 5 Sep 2016 20:12:10 +0000 (22:12 +0200)]
Add very hack'ish rotating light via pymunk thing

7 years agoAdd day 1 screenshot.
Simon Cross [Sun, 4 Sep 2016 22:12:49 +0000 (00:12 +0200)]
Add day 1 screenshot.

7 years agoSeparate rendering of lights and light fixtures.
Simon Cross [Sun, 4 Sep 2016 22:07:17 +0000 (00:07 +0200)]
Separate rendering of lights and light fixtures.

7 years agoKeep number of vertices low during ray tracing.
Simon Cross [Sun, 4 Sep 2016 21:19:24 +0000 (23:19 +0200)]
Keep number of vertices low during ray tracing.

7 years agoAdd performance debugging for lights.
Simon Cross [Sun, 4 Sep 2016 20:56:08 +0000 (22:56 +0200)]
Add performance debugging for lights.

7 years agoMerge branch 'master' of ctpug.org.za:tabakrolletjie
Simon Cross [Sun, 4 Sep 2016 20:42:31 +0000 (22:42 +0200)]
Merge branch 'master' of ctpug.org.za:tabakrolletjie

7 years agoFix flake8 warnings.
Simon Cross [Sun, 4 Sep 2016 20:41:44 +0000 (22:41 +0200)]
Fix flake8 warnings.

7 years agoFirst working version of light rays.
Simon Cross [Sun, 4 Sep 2016 20:40:39 +0000 (22:40 +0200)]
First working version of light rays.

7 years agoTweak the colour of night.
Simon Cross [Sun, 4 Sep 2016 20:39:45 +0000 (22:39 +0200)]
Tweak the colour of night.

7 years agoAdd filter to obstacle shapes.
Simon Cross [Sun, 4 Sep 2016 20:39:29 +0000 (22:39 +0200)]
Add filter to obstacle shapes.

7 years agoAdd pymunk category constants.
Simon Cross [Sun, 4 Sep 2016 20:39:02 +0000 (22:39 +0200)]
Add pymunk category constants.

7 years agoAdd third obstacle.
Simon Cross [Sun, 4 Sep 2016 20:38:35 +0000 (22:38 +0200)]
Add third obstacle.

7 years agomade spotlight bigger; added more light types
adrianna [Sun, 4 Sep 2016 19:53:21 +0000 (21:53 +0200)]
made spotlight bigger; added more light types

7 years agotextures
adrianna [Sun, 4 Sep 2016 19:24:35 +0000 (21:24 +0200)]
textures

7 years agospotlight
adrianna [Sun, 4 Sep 2016 18:07:05 +0000 (20:07 +0200)]
spotlight

7 years agosome pngs and makefile
adrianna [Sun, 4 Sep 2016 17:30:07 +0000 (19:30 +0200)]
some pngs and makefile

7 years agoHook up lights and refactor obstacle loading.
Simon Cross [Sun, 4 Sep 2016 17:28:23 +0000 (19:28 +0200)]
Hook up lights and refactor obstacle loading.

7 years agot pushMerge branch 'master' of ctpug.org.za:tabakrolletjie
Simon Cross [Sun, 4 Sep 2016 17:09:04 +0000 (19:09 +0200)]
t pushMerge branch 'master' of ctpug.org.za:tabakrolletjie

7 years agoDraft of adding lights to a space.
Simon Cross [Sun, 4 Sep 2016 17:08:52 +0000 (19:08 +0200)]
Draft of adding lights to a space.

7 years agoHack'ish rendering of walls
Neil [Sun, 4 Sep 2016 17:06:42 +0000 (19:06 +0200)]
Hack'ish rendering of walls

7 years agoAdd utility for loading a light.
Simon Cross [Sun, 4 Sep 2016 16:46:39 +0000 (18:46 +0200)]
Add utility for loading a light.

7 years agoInclude all source files.
Simon Cross [Sun, 4 Sep 2016 16:33:31 +0000 (18:33 +0200)]
Include all source files.

7 years agoIgnore build files.
Simon Cross [Sun, 4 Sep 2016 16:33:21 +0000 (18:33 +0200)]
Ignore build files.

7 years agoAdd setup.py file.
Simon Cross [Sun, 4 Sep 2016 16:28:53 +0000 (18:28 +0200)]
Add setup.py file.

7 years agoAdd MIT-ish license.
Simon Cross [Sun, 4 Sep 2016 16:24:07 +0000 (18:24 +0200)]
Add MIT-ish license.

7 years agoAdd very hacky level loading.
Simon Cross [Sun, 4 Sep 2016 16:17:57 +0000 (18:17 +0200)]
Add very hacky level loading.

7 years agoFix Station Alpha JSON.
Simon Cross [Sun, 4 Sep 2016 16:17:05 +0000 (18:17 +0200)]
Fix Station Alpha JSON.

7 years agoFix flake8 issues.
Simon Cross [Sun, 4 Sep 2016 15:51:29 +0000 (17:51 +0200)]
Fix flake8 issues.

7 years agoMerge branch 'master' of ctpug.org.za:tabakrolletjie
Simon Cross [Sun, 4 Sep 2016 15:46:30 +0000 (17:46 +0200)]
Merge branch 'master' of ctpug.org.za:tabakrolletjie

7 years agoAdd draft of level definition.
Simon Cross [Sun, 4 Sep 2016 15:46:24 +0000 (17:46 +0200)]
Add draft of level definition.

7 years agomould eyeball
adrianna [Sun, 4 Sep 2016 15:44:46 +0000 (17:44 +0200)]
mould eyeball

7 years agomould
adrianna [Sun, 4 Sep 2016 15:25:02 +0000 (17:25 +0200)]
mould

7 years agoAdd a night scene skeleton.
Simon Cross [Sun, 4 Sep 2016 14:39:06 +0000 (16:39 +0200)]
Add a night scene skeleton.

7 years agoAdd events.
Simon Cross [Sun, 4 Sep 2016 14:30:49 +0000 (16:30 +0200)]
Add events.

7 years agoMerge branch 'master' of ctpug.org.za:tabakrolletjie
Simon Cross [Sun, 4 Sep 2016 13:54:16 +0000 (15:54 +0200)]
Merge branch 'master' of ctpug.org.za:tabakrolletjie

7 years agoRework scenes and allow the user to quit.
Simon Cross [Sun, 4 Sep 2016 13:53:54 +0000 (15:53 +0200)]
Rework scenes and allow the user to quit.

7 years agovery turnip
adrianna [Sun, 4 Sep 2016 13:41:16 +0000 (15:41 +0200)]
very turnip

7 years agovisible turnipness
adrianna [Sun, 4 Sep 2016 13:38:21 +0000 (15:38 +0200)]
visible turnipness

7 years agomore turnip
adrianna [Sun, 4 Sep 2016 13:36:18 +0000 (15:36 +0200)]
more turnip

7 years agoAdd constants.
Simon Cross [Sun, 4 Sep 2016 13:35:36 +0000 (15:35 +0200)]
Add constants.

7 years agoIgnore pyc files.
Simon Cross [Sun, 4 Sep 2016 13:35:19 +0000 (15:35 +0200)]
Ignore pyc files.

7 years agoMerge branch 'master' of ctpug.org.za:tabakrolletjie
Simon Cross [Sun, 4 Sep 2016 13:34:43 +0000 (15:34 +0200)]
Merge branch 'master' of ctpug.org.za:tabakrolletjie

7 years agoAdd displaying of a simple window.
Simon Cross [Sun, 4 Sep 2016 13:34:30 +0000 (15:34 +0200)]
Add displaying of a simple window.

7 years agofirst turnip
adrianna [Sun, 4 Sep 2016 13:24:06 +0000 (15:24 +0200)]
first turnip

7 years agoCurrency
adrianna [Sun, 4 Sep 2016 13:08:27 +0000 (15:08 +0200)]
Currency

7 years agoAdd draft of package layout.
Simon Cross [Sun, 4 Sep 2016 12:55:08 +0000 (14:55 +0200)]
Add draft of package layout.

7 years agoRemove horrible setup.py from skeleton.
Simon Cross [Sun, 4 Sep 2016 12:33:12 +0000 (14:33 +0200)]
Remove horrible setup.py from skeleton.

7 years agoRemove skeleton cruft.
Simon Cross [Sun, 4 Sep 2016 12:28:08 +0000 (14:28 +0200)]
Remove skeleton cruft.

7 years agoUpdate team name and members.
Simon Cross [Sun, 4 Sep 2016 12:25:13 +0000 (14:25 +0200)]
Update team name and members.

7 years agoCreate Repo. Add Skellington 2.3 created project outline
Neil [Sat, 3 Sep 2016 20:29:45 +0000 (22:29 +0200)]
Create Repo. Add Skellington 2.3 created project outline