Rectified heretic YY-MM-DD to standard YYYY-MM-DD

This commit is contained in:
minjaesong
2017-09-20 14:36:40 +09:00
parent 5ebb83f1ed
commit b16de87dd5
188 changed files with 192 additions and 188 deletions

View File

@@ -19,7 +19,7 @@ import java.util.*
* .../computers/
* media/hda/ -> .../computers/<uuid for the hda>/
*
* Created by minjaesong on 16-09-17.
* Created by minjaesong on 2016-09-17.
*
*
* NOTES:

View File

@@ -1,7 +1,7 @@
package net.torvald.terrarum.virtualcomputer.luaapi
/**
* Created by minjaesong on 16-09-17.
* Created by minjaesong on 2016-09-17.
*/
class FilesystemFactory {
}

View File

@@ -19,7 +19,7 @@ import java.util.*
* .../computers/
* media/hda/ -> .../computers/<uuid for the hda>/
*
* Created by minjaesong on 16-09-17.
* Created by minjaesong on 2016-09-17.
*
*
* NOTES:

View File

@@ -13,7 +13,7 @@ import org.luaj.vm2.*
*
* The "machine" refers to the computer fixture itself in the game world.
*
* Created by minjaesong on 16-09-19.
* Created by minjaesong on 2016-09-19.
*/
internal class HostAccessProvider(globals: Globals, computer: TerrarumComputer) {

View File

@@ -8,7 +8,7 @@ import org.luaj.vm2.lib.OneArgFunction
import net.torvald.terrarum.virtualcomputer.computer.TerrarumComputer
/**
* Created by minjaesong on 16-09-25.
* Created by minjaesong on 2016-09-25.
*/
class Input(globals: Globals, computer: TerrarumComputer) {

View File

@@ -14,7 +14,7 @@ import org.luaj.vm2.lib.OneArgFunction
*
* Notes are tuned to A440, equal temperament. This is an ISO standard.
*
* Created by minjaesong on 16-09-27.
* Created by minjaesong on 2016-09-27.
*/
class PcSpeakerDriver(val globals: Globals, host: TerrarumComputer) {

View File

@@ -11,7 +11,7 @@ import java.security.SecureRandom
/**
* Hashes, CSPRNG, Base64
*
* Created by minjaesong on 16-09-15.
* Created by minjaesong on 2016-09-15.
*/
internal class Security(globals: Globals) {

View File

@@ -10,7 +10,7 @@ import java.nio.charset.Charset
* Controls terminal as if it was a monitor
* (not sending control sequences but just drives it directly)
*
* Created by minjaesong on 16-09-12.
* Created by minjaesong on 2016-09-12.
*/
internal class Term(globals: Globals, term: Teletype) {

View File

@@ -10,7 +10,7 @@ import org.luaj.vm2.LuaValue
/**
* Implementation of lua's os.date, to return world info of the game world.
*
* Created by minjaesong on 16-09-28.
* Created by minjaesong on 2016-09-28.
*/
class WorldInformationProvider(globals: Globals) {