From 706c1242cba80bebca626053843d89b10f479a8c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 20 Jun 2013 17:22:47 +1000 Subject: [PATCH] Changed the page names to uppercase --- Home.md | 14 +++++++------- map-file-format.md => Map-File-Format.md | 0 networking-protocol.md => Networking-Protocol.md | 0 notes.md => Notes.md | 0 program-architecture.md => Program-Architecture.md | 2 +- project-introduction.md => Project-Introduction.md | 0 scrapped-gdd.md => Scrapped-GCD.md | 2 +- todo-list.md => Todo-List.md | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) rename map-file-format.md => Map-File-Format.md (100%) rename networking-protocol.md => Networking-Protocol.md (100%) rename notes.md => Notes.md (100%) rename program-architecture.md => Program-Architecture.md (98%) rename project-introduction.md => Project-Introduction.md (100%) rename scrapped-gdd.md => Scrapped-GCD.md (98%) rename todo-list.md => Todo-List.md (93%) diff --git a/Home.md b/Home.md index d435528..a1a8fdc 100644 --- a/Home.md +++ b/Home.md @@ -8,7 +8,7 @@ If this wiki is missing something, it means I haven't gotten to it yet. ## Table of Contents -* [Project Introduction](wiki/project-introduction) +* [Project Introduction](wiki/Project-Introduction) * Story * Game Backdrop & Aesthetics * Back Story @@ -26,18 +26,18 @@ If this wiki is missing something, it means I haven't gotten to it yet. * economy * non-player characters * Technical Information - * [Program Architecture](wiki/program-architecture) - * [Networking Protocol](wiki/networking-protocol) - * [Map File Format](wiki/map-file-format) + * [Program Architecture](wiki/Program-Architecture) + * [Networking Protocol](wiki/Networking-Protocol) + * [Map File Format](wiki/Map-File-Format) * modding outline -* [Notes](wiki/notes) & [Scraps](wiki/scrapped-gdd) -* [Todo List](wiki/todo-list) +* [Notes](wiki/notes) & [Scraps](wiki/Scrapped-GCD) +* [Todo List](wiki/Todo-List) ## Libraries * [SDL](http://www.libsdl.org/) * [SDL_net](http://www.libsdl.org/projects/SDL_net/) -* [Codebase](https://github.com/Ratstail91/Codebase/wiki) +* [Codebase](https://github.com/Ratstail91/Codebase) ## Copyright diff --git a/map-file-format.md b/Map-File-Format.md similarity index 100% rename from map-file-format.md rename to Map-File-Format.md diff --git a/networking-protocol.md b/Networking-Protocol.md similarity index 100% rename from networking-protocol.md rename to Networking-Protocol.md diff --git a/notes.md b/Notes.md similarity index 100% rename from notes.md rename to Notes.md diff --git a/program-architecture.md b/Program-Architecture.md similarity index 98% rename from program-architecture.md rename to Program-Architecture.md index d81ffad..16835b3 100644 --- a/program-architecture.md +++ b/Program-Architecture.md @@ -42,7 +42,7 @@ Resources transmitted include but are not limited to: #### World Maps The maps on a server are called rooms. For the data format, See -[map file format](wiki/map-file-format). +[Map File Format](wiki/Map-File-Format). This is an example of the structure that a server's world can have. This isn't a requirement, but it can offer the easiest solutions. diff --git a/project-introduction.md b/Project-Introduction.md similarity index 100% rename from project-introduction.md rename to Project-Introduction.md diff --git a/scrapped-gdd.md b/Scrapped-GCD.md similarity index 98% rename from scrapped-gdd.md rename to Scrapped-GCD.md index 23d0c96..db50c71 100644 --- a/scrapped-gdd.md +++ b/Scrapped-GCD.md @@ -1,4 +1,4 @@ -This is the old scrapped GDD, which I'm using as a basis for the wiki. This has a lot of rough ideas, and that's about it. +This is the old scrapped GCD, which I'm using as a basis for the wiki. This has a lot of rough ideas, and that's about it. Tortuga Game Concept Document diff --git a/todo-list.md b/Todo-List.md similarity index 93% rename from todo-list.md rename to Todo-List.md index 5ce2aac..72b9ae2 100644 --- a/todo-list.md +++ b/Todo-List.md @@ -5,5 +5,5 @@ * design the player system for the new prototype * design the map system * design a FRIGGIN COLLISION SYSTEM!! -* clear out the old GDD +* clear out the old GCD * clear out the old notes file