Commit Graph
17 Commits
Author SHA1 Message Date
AffectedArc07andGitHub bd91a1b962 Obliterates the RSC (#26498) 2024-08-15 18:20:11 +00:00
warriorstar-orionandGitHub 43b3bb0e44 forbid in-DMI icon state name dupes with CI (#22734)
* forbid in-DMI icon state name dupes with CI

* remove final icon dupes

* use shodancoat item_state
2024-03-01 13:12:21 +00:00
DGamerLandGitHub 869e80f479 lol, lmao (#23745) 2024-01-21 21:13:25 +00:00
4e76e777d9 Randomless Kirby plants (#23376)
* Kirby randomless

* Whoops

* Whoops x2

* Maps Script & missing plant

* Spellcheck

* Plant eye fix

* Update code/game/objects/structures/flora.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

* double pipe fix

* errant sign removal

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2024-01-14 13:22:18 +00:00
8e475415b1 Stops tree shadows from being part of their hitbox (#19543)
* unclickable shadows

* readability

* effect

* Update code/game/objects/structures/flora.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* order of operations

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
2022-11-03 18:02:08 +00:00
S34NandGitHub db11313caa Fixes draggable bushes, sprite oversight (#19349)
* no drag the bush, and other tweaks

* im smart
2022-10-12 20:21:39 +02:00
S34NW 7a8da30830 grass time 2021-10-10 15:20:13 +01:00
Fox-McCloud 1796bcbc23 nukes jungle module 2015-12-21 22:32:54 -05:00
Fox-McCloud 0e3a6a0857 map 2015-11-19 00:23:57 -05:00
Fox-McCloud f43e21698c Updates 2015-11-18 23:17:31 -05:00
Fox-McCloud 47e4f8ceed Fixes Plant Sprites 2015-11-12 22:39:03 -05:00
Markolie d8f98d6082 Add dmisort.sh script, and sorts all icons in .dmi files 2015-09-17 01:08:58 +02:00
Remie RichardsandTigercat2000 0f7b09ef07 Procedural Map Generator System
This commit adds a Procedural map generating system for code and admins to
use ingame. The system is modular, which means that it is fairly easy to
make new generating systems. Currently, only the 'nature' unsimulated
system is implemented, as a testing verb for admins to use. Admins can
define the starting XYZ and ending XYZ of the generated system.

Players - This means you may see content that is truely random, in the
future.

Coders - This system allows you to randomize map elements. Writing new
modules is documented at
code/modules/procedural-mapping/mapGeneratorReadme.dm
Detailed information about how the system works, and how it can be
integrated is also avalible there.

Admins - This system will allow you to, at the touch of a button, create
very complex structures and turfs that would otherwise require being
spawned in manually, one by one. The nature button is a fairly good
example of this, with it's randomized grass textures, randomly placed
trees, and randomly placed rocks. This would normally take a good 5
minutes to do, spawning the trees and rocks and turfs, but it takes about
20 seconds to enter the coordinates and have it be completely random.
2015-04-11 05:28:10 -07:00
ZomgPonies 8b9583b786 New plant decorations 2013-11-02 00:33:09 -04:00
aussprites 1dd83e6803 >added defines to flora.dm
>added icon_states to ausflora.dmi
>added a tree to pinetrees.dmi
>centcom came by and decorated the trees in the bar and chapel

Centcom Report
Have a merry griffmas and a happy new round.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5255 316c924e-a436-60f5-8080-3fe189b3f50e
2012-12-04 14:23:00 +00:00
aussprites@gmail.com 6e1ace0374 Updated RD freezegun and RD SMG sprites, added a few away mission sprites.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5243 316c924e-a436-60f5-8080-3fe189b3f50e
2012-12-01 19:01:09 +00:00
petethegoat@gmail.com a2764fbfc5 Removed the old style asteroid turfs.
Removed a lot of old and unused turf sprites.
Removed some old botany sprites (fucking cocoa pods).
Replaces the lava turf sprite with a good one.

Adds a lot of Ausops' snow sprites. Defines for these coming soon.

I might have been overzealous with the turf removal, so if anything was actually used, feel free to just revert, or add back the sprites.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5106 316c924e-a436-60f5-8080-3fe189b3f50e
2012-11-18 14:01:01 +00:00