Commit Graph

24 Commits

Author SHA1 Message Date
InrcedibleHolg a5d9787071 Lantern implemented
enforcing coding style
2019-07-30 14:43:04 +02:00
Aaron Griffith 248ea42dd2 Merge branch 'master' into python3-fun-times 2019-06-21 22:08:58 -04:00
Aaron Griffith 19963129c5 updated gitignore to ignore new python3 products 2019-06-21 21:32:51 -04:00
Nicolas F 7b523c447a .gitignore: add the docs build dir to ignore 2019-04-28 12:58:13 +02:00
InrcedibleHolg 702e4e9e8b added new 1.14 slabs, referencing issue #1560 2019-04-28 10:48:57 +02:00
jspanos71 e715d491d1 Add concrete powder and other misc. blocks (#4)
* Add concrete powder and other blocks.
Add visual studio items to gitignore

* Add concrete powder and other blocks.
Add visual studio items to gitignore

* fix whitespace

* wtf... python?

* Update prismarine block ids

* dedupe dictionary

* Add mushroom items back to dictionary

* Change tabs to spaces
2018-08-24 07:55:36 -05:00
Softer 7bea1cc6ba Add puCharm directory to .gitignore 2018-08-07 14:25:53 +03:00
Aaron Griffith 302e1d592a Merge branch 'master' into rewrite 2012-02-06 21:41:11 -05:00
Richard Pastrick b9bbe6d4ef Add ignores for all variations of settings.py file names as well as ignores for the MCPatcher compliant pngs 2012-01-24 11:20:59 -08:00
Aaron Griffith 7cacc59428 setup.py now auto-discovers available render primitives 2012-01-08 00:52:30 -05:00
Aaron Griffith fde647bfdf Merge branch 'py-package'
Conflicts:
	setup.py
2011-07-10 18:14:20 -04:00
Aaron Griffith 4ec1b4c971 working versions, data files, and package metadata 2011-05-13 22:24:49 -04:00
Aaron Griffith 42596416d9 sdist and install now work
next step is using a custom data dir, and falling back on the package
data dir. Also, fixing --version.
2011-03-29 13:49:50 -04:00
Aaron Griffith 3fa54aff26 initial work at reorganizing source tree 2011-03-29 11:10:24 -04:00
Andrew Chin 1872ccd690 remove swap files from repo, updated .gitingore to ignore them
how did they get there :/
2011-03-21 09:00:08 -04:00
Aaron Griffith 56f6218ea8 updated .gitignore to include settings.py 2011-03-20 21:45:13 -04:00
Aaron Griffith 07dd219d20 refactored c extensions into one 2011-03-08 17:43:50 -05:00
Andrew Chin 774e9ff1bd Merged in .gitignore changes 2010-12-18 13:21:43 -05:00
Andrew Chin 251a89b7dc Merged in agrif's blending fixes
Merge branch 'blending-fixes' of https://github.com/agrif/Minecraft-Overviewer
2010-12-04 20:33:56 -05:00
Alex Jurkiewicz 89d8e3653a Ignore cachedirs
Remove old Biiome.java file
2010-11-23 00:29:04 -05:00
Aaron Griffith e4b5a10b9a some fixes to setup.py for Mac OS X, and .gitignore additions 2010-11-09 21:34:05 -05:00
Morlok8k 9196736325 shell scripts have been added to .gitignore casue it was bugging me 2010-11-08 23:06:06 -08:00
Aaron Griffith 5a19b8b375 Added a PIL alpha_over extension in C, and code to setup.py to build it
I needed a way to let py2exe options be provided only when py2exe is
available. My solution (maybe not the best) was to put all the
arguments for the final setup() call into a dictionary, that is filled
in conditionally during the script's execution. This is why the file
is completely changed; however, it still does what it used to do (when
py2exe is available).
2010-10-23 13:17:56 -04:00
Sam Steele 110240b53a Ignore .pyc files 2010-09-30 18:35:46 -07:00