Skip to content

Instantly share code, notes, and snippets.

View nashley's full-sized avatar

nashley nashley

View GitHub Profile
@nashley
nashley / TODO.md
Last active August 29, 2015 14:19
Personal Roadmap

#Currently Active Items

  1. Candor
    • Remove registration requirement for Monster Points OR make Aiden & Ishi more interesting (perhaps an organization like the "Companions"?)
    • Improve NPC dialog (ongoing)
    • Create a quest forcing players to go to Hurnscald/Tulimshar and become more familiar with the world (perhaps as part of the monster points).
    • Explain stats more effectively(?)
  2. Replace the brackets with bold, red formatting and add the quest log stuff to the tut.
  3. Dynamic area_size (requested by client to be screen_size/2+2 to allow for a NPC's name to still be visible even when the NPC is not; different for each character/connection; resolve the ferry disappearing?)
  4. Moving NPCs
@nashley
nashley / quest.xml
Last active August 29, 2015 14:20
Quest Log XML Mockup
<quest name="Tutorial" npc="Sorfina" group="Candor Island" incomplete="1">
<name>Welcome</name>
<text>Walk to the carpet.</text>
<location map="029-2" x="27" y="27"/>
<target map="029-2" x="33" y="27"/>
</quest>
@nashley
nashley / Games.md
Last active August 29, 2015 14:20
Games to Play

#Games to Play

  • Secret of Mana
  • Zelda: Wind Maker
  • Zelda: Twilight Princess
  • Chrono Trigger
  • Shadow of the Collosus
  • Go through Steam library
  • Go through GOG library
  • Fallout (viz., 3 and New Vegas)
  • Valkyria Chronicles
@nashley
nashley / quests.xml
Created April 30, 2015 21:46
Quest Log Text Mockup
<quest name="Tutorial" group="Candor Island" incomplete="1">
<name>Introduction</name>
<text>Sorfina wants to ensure that you still possess basic motor skills. Walk over to the carpet to satisfy her.</text>
<text>The carpet is located at (33,27) in Candor Island Indoor.</text>
</quest>
@nashley
nashley / gist:3e4713cf8108f5448ffa
Last active August 29, 2015 14:20
5-4-15 Changelog
This update includes bug fixes, quest logs for Candor, and a new Constable in Hurnscald. Characters can also now use @pvp to toggle their PvP status on any map – at any time.
@nashley
nashley / gist:aa3dfd700dbd552591b1
Last active August 29, 2015 14:20
itemcolors.xml Mockup
<list name="sorcerer robe">
<color id="798" value="#87876c,bbc39c,edf4e1,ffffff;#ec3e3e" name="white red"/>
<color id="2220" value="#581a1a,a41111,c03a3a,ff6060;#ec3e3e" name="red red"/>
</list>
@nashley
nashley / todo.md
Created May 8, 2015 22:04
Learning "To Do" List

Concepts I need to learn or relearn:

  • Being comfortable with Regex
  • Bitwise operators
  • Advanced memory management
  • Assembly
@nashley
nashley / mandelbrot.c
Created January 16, 2016 22:29 — forked from panzi/mandelbrot.c
gcc -lm -Wall -Werror -Wextra -pedantic -std=c99 -O3 -o mandelbrot mandelbrot.c original: http://preshing.com/20110926/high-resolution-mandelbrot-in-obfuscated-python/
#include <stdio.h>
#include <complex.h>
#define dc double complex
dc
Y(dc
V,
dc B,dc c){
return
(cabs (V)<6)?(c?Y(V *V+
B,B,c-1):c):(2+c-4*cpow
@nashley
nashley / test.c
Created April 2, 2016 15:46
Test reading pixel data from Linux framebuffer
#include <linux/fb.h>
#include <stdlib.h>
#define _GNU_SOURCE
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h> // memory management
#include <stdint.h> // uint8_t
#include <fcntl.h> // file opening
#include <stdio.h>
#define allow_memcpy 1
@nashley
nashley / npm-debug.log
Created August 22, 2016 17:43
slap debug log
32016 silly gentlyRm /tmp/packerbuild-1000/slap/slap/src/slap-0.1.60/node_modules/.staging/spdx-exceptions-f7ef0ee0/node_modules is being purged
32017 verbose gentlyRm don't care about contents; nuking /tmp/packerbuild-1000/slap/slap/src/slap-0.1.60/node_modules/.staging/spdx-exceptions-f7ef0ee0/node_modules
32018 silly gunzTarPerm extractEntry lib/errors.js
32019 silly gunzTarPerm extractEntry lib/fingerprint.js
32020 silly gunzTarPerm extractEntry doc/converters.md
32021 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 420 ]
32022 silly gunzTarPerm extractEntry doc/errors.md
32023 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 420 ]
32024 silly gunzTarPerm extractEntry example/line_count_options.js
32025 silly gunzTarPerm extractEntry lib/schemas/index.js