diff --git a/.gitignore b/.gitignore
index a41d3741..827d3764 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
# Ignore VIM's backup generated files
*.swp
+*.swo
+*~
# Ignore Android generated files and folders
src_android/obj/
@@ -62,6 +64,17 @@ examples/*
# Unignore examples Makefile
!examples/Makefile
+# Ignore all games files
+games/*
+# Unignore all games dirs
+!games/*/
+# Unignore all games files with extension
+!games/*.c
+!games/*.lua
+!games/*.png
+# Unignore games makefile
+!games/makefile
+
# Ignore files build by xcode
*.mode*v*
*.pbxuser
diff --git a/HELPME.md b/HELPME.md
index a58dca55..85f60c45 100644
--- a/HELPME.md
+++ b/HELPME.md
@@ -34,4 +34,4 @@ contact
* Twitch: [http://www.twitch.tv/raysan5](http://www.twitch.tv/raysan5)
* Patreon: [https://www.patreon.com/raysan5](https://www.patreon.com/raysan5)
-[raysan5]: mailto:raysan5@gmail.com "Ramon Santamaria - Ray San"
+[raysan5]: mailto:ray@raylib.com "Ramon Santamaria - Ray San"
diff --git a/README.md b/README.md
index 85ad7943..b868172e 100644
--- a/README.md
+++ b/README.md
@@ -278,4 +278,4 @@ contributing (in some way or another) to make raylib project better. Huge thanks
Please, if I forget someone in this list, excuse me and write me an email to remind me to add you!
-[raysan5]: mailto:raysan5@gmail.com "Ramon Santamaria - Ray San"
+[raysan5]: mailto:ray@raylib.com "Ramon Santamaria - Ray San"
diff --git a/ROADMAP.md b/ROADMAP.md
index a7d51f0d..d0682f4a 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -44,5 +44,5 @@ raylib 1.4
Any feature missing? Do you have a request? [Let me know!][raysan5]
-[raysan5]: mailto:raysan5@gmail.com "Ramon Santamaria - Ray San"
+[raysan5]: mailto:ray@raylib.com "Ramon Santamaria - Ray San"
[isssues]: https://github.com/raysan5/raylib/issues
diff --git a/docs/examples/src/text_ttf_loading.c b/docs/examples/src/text_ttf_loading.c
index 918209dd..33cda7f5 100644
--- a/docs/examples/src/text_ttf_loading.c
+++ b/docs/examples/src/text_ttf_loading.c
@@ -5,7 +5,7 @@
* This example has been created using raylib 1.3.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2015 Ramon Santamaria (Ray San - raysan@raysanweb.com)
+* Copyright (c) 2015 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
diff --git a/docs/helpme.html b/docs/helpme.html
index c692077b..1948c623 100644
--- a/docs/helpme.html
+++ b/docs/helpme.html
@@ -53,7 +53,7 @@
I’m working hard on raylib but my resources are quite limited.
- If you enjoy raylib and want to help / contribute, please, let me know.
+ If you enjoy raylib and want to help / contribute, please,
let me know.
The following help is highly appreciated:
diff --git a/docs/images/rfxgen_dark.old.png b/docs/images/rfxgen_dark.old.png
new file mode 100644
index 00000000..b9175d1c
Binary files /dev/null and b/docs/images/rfxgen_dark.old.png differ
diff --git a/docs/images/rfxgen_dark.png b/docs/images/rfxgen_dark.png
index b9175d1c..18c333e5 100644
Binary files a/docs/images/rfxgen_dark.png and b/docs/images/rfxgen_dark.png differ
diff --git a/docs/images/rfxgen_light.png b/docs/images/rfxgen_light.png
new file mode 100644
index 00000000..cf46e717
Binary files /dev/null and b/docs/images/rfxgen_light.png differ
diff --git a/docs/images/raygui_styler.png b/docs/images/rguistyler.png
similarity index 100%
rename from docs/images/raygui_styler.png
rename to docs/images/rguistyler.png
diff --git a/docs/images/rres_file_format_v1.0b.png b/docs/images/rres_file_format_v1.0b.png
new file mode 100644
index 00000000..a70af68c
Binary files /dev/null and b/docs/images/rres_file_format_v1.0b.png differ
diff --git a/docs/images/wave_collector_gameplay.png b/docs/images/wave_collector_gameplay.png
new file mode 100644
index 00000000..c74ad744
Binary files /dev/null and b/docs/images/wave_collector_gameplay.png differ
diff --git a/docs/images/wave_collector_title.png b/docs/images/wave_collector_title.png
new file mode 100644
index 00000000..3456caca
Binary files /dev/null and b/docs/images/wave_collector_title.png differ
diff --git a/docs/index.html b/docs/index.html
index d177dca2..847e4346 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -108,7 +108,7 @@
- Multiplatform support: Android, Raspberry Pi, HTML5, Oculus Rift CV1
- Custom color palette for fancy visuals on raywhite background
- Minimal external dependencies (GLFW3, OpenGL, OpenAL)
- - Complete binding to Lua: [
rlua]
+ - Complete binding to
Lua,
Go and Pascal.
- James W. Bohnke
+