Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
- Removed some finished TODO tags on things that are finished.
Browse files Browse the repository at this point in the history
  • Loading branch information
GTD-Carthage committed Apr 19, 2019
1 parent 8b59183 commit d6d8149
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions src/scripts/layout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2200,9 +2200,6 @@ function Layout_scenic_vistas()
Cave_build_a_scenic_vista(A)
end
end

-- MSSP-TODO
-- Layout_sync_scenic_vista_heights()
end


Expand Down Expand Up @@ -2556,4 +2553,3 @@ function Layout_outdoor_shadows()
end
end
end

6 changes: 3 additions & 3 deletions src/scripts/level.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,19 +249,19 @@ function Episode_pick_names()
-- i.e. TITLE, SUB_TITLE, EPISODE, TECH, URBAN, GOTHIC
-- and so on...

--[[
--
local i = 1
gui.printf("\nGenerator Test:\n")
while i <= 128 do
episode_test_name = Naming_grab_one("EPISODE")
episode_test_name = Naming_grab_one("URBAN")
gui.printf(episode_test_name .. " | ")
if i%4 == 0 then
gui.printf("\n")
end
i = i + 1
end
gui.printf("\n")
]]


-- game name (for title screen)
if not GAME.title then
Expand Down
1 change: 0 additions & 1 deletion src/scripts/naming.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,6 @@ namelib.SYLLABLES =



-- MSSP-TODO
-- noun generator, creates nouns from syllables
-- currently two modes:
-- "Exotic" - syllables come from country names
Expand Down
3 changes: 1 addition & 2 deletions src/scripts/render.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,7 @@ end

function Render_find_street_markings()

-- Render street markings -- MSSP-TODO
-- Render street markings
--
-- This street marking algorithm attempts to scan
-- seeds that are inside a street area.
Expand Down Expand Up @@ -3753,4 +3753,3 @@ function Render_cells(area)

render_all_cells(2)
end

0 comments on commit d6d8149

Please sign in to comment.