mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
Rectified heretic YY-MM-DD to standard YYYY-MM-DD
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 {
|
||||
}
|
||||
@@ -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:
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user