41 Commits
Author SHA1 Message Date
andreas ac5787e2fb use new decorator syntax 2025-03-11 15:30:36 +01:00
andreas 2383b5f026 massively updated decorator code to support convar and implement 2025-03-11 12:37:43 +01:00
andreas 99dc07cd64 change decorator name 2025-03-11 09:14:07 +01:00
andreas 34a691fa68 Use macro to register ccmds 2025-03-11 09:11:45 +01:00
andreas 9571e136b3 update deprecated syntax 2025-03-11 09:08:59 +01:00
andreas ac8870a264 add haxe packages 2025-03-11 09:08:23 +01:00
andreas ee45fc04b0 Fix broken ConVar file 2025-03-11 09:07:48 +01:00
andreas 36ad6d10a5 use lix to manage packages 2025-03-11 09:07:17 +01:00
andreas 0ba32e0632 remove redundant file 2025-03-11 09:07:03 +01:00
andreas 5bc968b800 Unchecked commits to resume work on linux 2025-01-15 19:45:00 +01:00
andreas d1f92b47ed fixed inconsistency with var naming scheme 2025-01-15 19:45:00 +01:00
andreas d45675119a minor changes 2025-01-15 19:45:00 +01:00
andreas 7ba1a2bd8b changed the tool window impolementation 2025-01-15 19:45:00 +01:00
andreas 08bd13d3f3 ya 2025-01-15 19:45:00 +01:00
andreas 6654d53f91 Moved and added a bunch of stuff 2025-01-15 19:45:00 +01:00
andreas caa062a5aa various changes 2025-01-15 19:45:00 +01:00
andreas 96e0695497 Implemented UIPane 2025-01-15 19:45:00 +01:00
andreas 6b3f341e4c Moved ConVar related files to engine 2025-01-15 19:45:00 +01:00
andreas 08397633b2 removed unneeded class 2025-01-15 19:45:00 +01:00
andreas 35c030d6c2 implemented keybinds 2025-01-15 19:45:00 +01:00
andreas 97833fc6d9 refactoring console ui 2025-01-15 19:45:00 +01:00
andreas 46f2ef5e09 preprocessor definitions to prevent complaining 2025-01-15 19:44:59 +01:00
andreas 575450068d target hashlink 2025-01-15 19:44:59 +01:00
andreas 8e659e38a5 some minor changes 2025-01-15 19:44:59 +01:00
andreas abe162bbb1 fixed import of deleted file 2025-01-15 19:44:59 +01:00
andreas a306eb8cb9 changed a bunch of fucking shit 2025-01-15 19:44:59 +01:00
andreas 194e7014e9 implemented cvar, ccmd and parsing console input 2025-01-15 19:44:59 +01:00
andreas f3640412bb changed a bunch of fucking shit 2025-01-15 19:44:59 +01:00
andreas 3bd020fe0b added Bind class 2025-01-15 19:44:59 +01:00
andreas 36526435ac bunch of shit 2025-01-15 19:44:59 +01:00
andreas bbd08f0065 added keyboard input 2025-01-15 19:44:59 +01:00
andreas b4f9559d19 moved and changed Game.hx 2025-01-15 19:44:59 +01:00
andreas 6a3d97b45e added entity support 2025-01-15 19:44:59 +01:00
andreas 5ce383c4e3 changed tilesets 2025-01-15 19:44:59 +01:00
andreas 64fc9d91a1 implemented atlas loading 2025-01-15 19:44:59 +01:00
andreas daa2093e26 I don't even know what I changed at this point 2025-01-15 19:44:59 +01:00
andreas 444457db2a removed more ignore files 2025-01-15 19:44:59 +01:00
andreas d6c6f250d3 removed ignored files 2025-01-15 19:44:56 +01:00
andreas 0d0311f8d9 updated gitignore 2025-01-15 19:44:56 +01:00
andreas c88937dde9 added gitignore 2025-01-15 19:44:56 +01:00
andreas 6e1a5f9fe5 First commit 2025-01-15 19:42:35 +01:00
18 changed files with 607 additions and 402 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"version": "4.3.6",
"resolveLibs": "scoped"
}
+1 -1
View File
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>nigger</title>
<title>test</title>
<link rel="shortcut icon" type="image/png" href="./favicon.png">
</head>
<body>
+3
View File
@@ -0,0 +1,3 @@
# @install: lix --silent download "haxelib:/actuate#1.9.0" into actuate/1.9.0/haxelib
-cp ${HAXE_LIBCACHE}/actuate/1.9.0/haxelib/src
-D actuate=1.9.0
@@ -0,0 +1,4 @@
# @install: lix --silent download "haxelib:/hxcpp-debug-server#1.2.4" into hxcpp-debug-server/1.2.4/haxelib
-cp ${HAXE_LIBCACHE}/hxcpp-debug-server/1.2.4/haxelib/
-D hxcpp-debug-server=1.2.4
--macro hxcpp.debug.jsonrpc.Macro.injectServer()
+6
View File
@@ -0,0 +1,6 @@
# @install: lix --silent download "haxelib:/lime#8.2.2" into lime/8.2.2/haxelib
# @run: haxelib run-dir lime "${HAXE_LIBCACHE}/lime/8.2.2/haxelib"
-cp ${HAXE_LIBCACHE}/lime/8.2.2/haxelib/src
-D lime=8.2.2
--macro lime._internal.macros.DefineMacro.run()
-lib ndll:${HAXE_LIBCACHE}/lime/8.2.2/haxelib/ndll/
+5
View File
@@ -0,0 +1,5 @@
# @install: lix --silent download "haxelib:/openfl#9.4.1" into openfl/9.4.1/haxelib
# @run: haxelib run-dir openfl "${HAXE_LIBCACHE}/openfl/9.4.1/haxelib"
-cp ${HAXE_LIBCACHE}/openfl/9.4.1/haxelib/src
-D openfl=9.4.1
--macro openfl.utils._internal.ExtraParamsMacro.include()
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "nigger",
"name": "test",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "nigger",
"name": "test",
"version": "1.0.0",
"private": true,
"config": {
+6 -2
View File
@@ -15,6 +15,10 @@
<!-- classpath, haxe libs -->
<source path="src" />
<!-- Macro configuration -->
<haxeflag name="--macro" value="addGlobalMetadata('', '@:build(engine.macros.ConVarDecorators.build())')" />
<assets path="./res/textures" rename="textures" />
<assets path="./res/fonts" rename="fonts" />
<assets path="./res/data" rename="data"/>
@@ -24,6 +28,6 @@
<!--<icon path="assets/openfl.svg" /> -->
<!-- <assets path="assets/img" rename="img" /> -->
<!-- optimize output
<haxeflag name="-dce full" /> -->
<!-- optimize output -->
<haxeflag name="-dce full" />
</project>
-9
View File
@@ -1,9 +0,0 @@
package engine;
typedef CVar = {
var name:String;
var type:CVarType;
var value:Dynamic;
@:optional var callback:Void -> Void;
};
+14 -14
View File
@@ -1,14 +1,17 @@
package engine;
import haxe.Constraints.Function;
import engine.typedefs.console.CVar;
import engine.typedefs.console.CCmd;
import engine.enums.console.CVarType;
import engine.enums.console.CVarFlag;
import game.ui.console.Console;
import engine.ConVars_Engine;
class ConVar{
// Hush the compiler about unused import
// static var ConVars_Engine:Class<ConVars_Engine> = ConVars_Engine;
static var CVarMap:Map<String, CVar> = [];
static var CCmdMap:Map<String, CCmd> = [];
/**
@@ -27,7 +30,7 @@ class ConVar{
*/
public static inline function registerCVar(_name:String, _type:CVarType, _value:Dynamic, ?_flags:CVarFlag, ?_helpString:String = "", ?_callback:Void->Void, ?_callOnCreate:Bool=false, _bMin:Bool=false, _fMin:Float=0, _fMax:Float=0, _bMax:Bool = false):CVar
{
if(CVarMap[_name]!=null || CCmdMap[_name]!=null){
if(CVarMap[_name]!=null || CCmdMap[_name]!= null){
Console.devMsg("Tried setting already defined convar: " + _name + ", returning null instead");
return null;
}
@@ -64,6 +67,10 @@ class ConVar{
}
public static inline function setCVar(_name:String, _value:Dynamic):Void
{
if(CVarMap == null){
Console.devMsg("CVarMap is null");
return;
}
var cv = getCVar(_name);
if(cv != null){
switch(cv.type){
@@ -143,20 +150,13 @@ class ConVar{
});
return keys;
}
public static var cmdList:CCmd = ConVar.registerCCmd("list", (cArgs:Array<String>)->{
var keys:Array<String> = getCVarNames();
for(key in keys){
if(CVarMap[key] != null){
Console.devMsg(key+" "+CVarMap[key].value);
}
else{
Console.devMsg(key);
}
}
});
public static inline function getCVar(_name:String):CVar
{
return CVarMap[_name];
}
public static inline function getCVarMap():Map<String, CVar>
{
return CVarMap;
}
}
+36
View File
@@ -0,0 +1,36 @@
package engine;
import game.video.Mode;
import haxe.macro.Expr.Field;
import engine.typedefs.console.CVar;
import engine.typedefs.console.CCmd;
import engine.enums.console.CVarType;
import engine.enums.console.CVarFlag;
import engine.macros.ConVarDecorators;
import game.ui.console.Console;
@:keep
// @:build(engine.macros.CCmdDecorator.build()) // No longer needed because we added the build macro to the project.xml
class ConVars_Engine {
@:concmd("list")
public static function listCommands(args:Array<String>) {
var CVarMap:Map<String, CVar> = ConVar.getCVarMap();
var keys:Array<String> = ConVar.getCVarNames();
for(key in keys){
if(CVarMap[key] != null){
Console.devMsg(key+" "+ CVarMap[key].value);
}
else{
Console.devMsg(key);
}
}
}
@:concmd("test")
public static function testCommand() {
// Command implementation
trace("Test Output");
}
}
@@ -1,6 +1,7 @@
package engine.enums.console;
enum CVarFlag{
FCVAR_NONE;
FCVAR_ARCHIVE;
FCVAR_CHEAT;
FVCAR_REPLICATED;
@@ -0,0 +1,136 @@
package engine.macros;
import haxe.macro.Expr;
import haxe.macro.Context;
import haxe.macro.Expr.Field;
private typedef CVarMetadata = {
name: Expr,
type: String,
value: Expr,
flags: Expr,
help: Expr,
?callback: Expr
}
class ConVarDecorators {
static function extractCVarMetadata(params:Array<Expr>):CVarMetadata {
var metadata:CVarMetadata = null;
switch (params[0].expr) {
case EObjectDecl(fields):
metadata = {
name: macro "",
type: "CString",
value: macro 0,
flags: macro "FCVAR_NONE",
help: macro "",
callback: macro null
};
for (field in fields) {
switch (field.field) {
case "name": metadata.name = field.expr;
case "type": metadata.type = switch(field.expr.expr) {
case EConst(CString(s)): s;
case _: "CString";
}
case "value": metadata.value = field.expr;
case "flags": metadata.flags = field.expr;
case "help": metadata.help = field.expr;
case "callback": metadata.callback = field.expr;
case _:
}
}
case _:
}
return metadata;
}
public static macro function build():Array<Field> {
var fields = Context.getBuildFields();
var pos = Context.currentPos();
for (field in fields) {
var cmdMeta = field.meta != null ? Lambda.find(field.meta, function(m) return m.name == ":concmd") : null;
var cvarMeta = field.meta != null ? Lambda.find(field.meta, function(m) return m.name == ":convar") : null;
if (cmdMeta != null) {
switch field.kind {
case FFun(f):
var name = cmdMeta.params.length > 0 ? switch (cmdMeta.params[0].expr) {
case EConst(CString(s)): s;
case _: field.name;
} : field.name;
var fnExpr = macro function(args:Array<String>) ${f.expr};
var initExpr = macro {
var cmd = engine.ConVar.registerCCmd($v{name}, $fnExpr);
cmd; // Return the command reference
};
// Generate a safe initialization field name
var initName = "__init__" + name;
fields.push({
name: initName,
access: [AStatic],
kind: FVar(null, initExpr),
pos: pos,
doc: null,
meta: [{
name: ":keep",
params: [],
pos: pos
}]
});
case _:
}
} else if (cvarMeta != null && cvarMeta.params.length > 0) {
switch (field.kind) {
case FVar(t, e):
var meta = extractCVarMetadata(cvarMeta.params);
if (meta == null) continue;
// Extract name from metadata expression
var cvarName = switch(meta.name.expr) {
case EConst(CString(s)): s;
case _: field.name;
};
var initExpr = macro {
var cvar = $i{field.name} = engine.ConVar.registerCVar(
${meta.name},
${Context.parse('engine.enums.console.CVarType.' + meta.type, pos)},
${meta.value},
${Context.parse('engine.enums.console.CVarFlag.' + switch(meta.flags.expr) {
case EConst(CString(s)): s;
case _: "FCVAR_NONE";
}, pos)},
${meta.help},
${meta.callback ?? macro null}
);
trace($v{"Registered CVar: "} + $e{meta.name});
cvar; // Return the CVar reference
};
fields.push({
name: "__init__" + cvarName,
access: [AStatic],
kind: FVar(null, initExpr),
pos: pos,
doc: null,
meta: [{
name: ":keep",
params: [],
pos: pos
}]
});
case _:
}
}
}
return fields;
}
}
+1 -1
View File
@@ -21,7 +21,7 @@ import openfl.text.TextField;
import engine.ConVar;
import engine.geom.Geom.P2d;
@:enum abstract PaneLayout(Int) {
enum abstract PaneLayout(Int) {
var HORIZONTAL = 0;
var VERTICAL = 1;
}
+13 -1
View File
@@ -18,7 +18,19 @@ class Input{
public static var keys:Map<Int,Bool> = [];
public static var keysLast:Map<Int,Bool> = [];
public static var bindMap:Map<String, String> = ["~" => "toggleconsole", "\\" => "toggleconsole", "1" => "echo kak", "2" => "+attack"];
public static var cv_debugKeys = ConVar.registerCVar("cl_debuginput", CInt, 0, null, "print debug messages related to input to console", null, false, true, 0, 0, false);
@:convar({
name: "cl_debuginput",
type: CVarType.CInt,
value: 0,
flags: CVarFlag.None,
help: "print debug messages related to input to console",
callback: function() {
trace("Debug input changed");
}
})
public static var cv_debugKeys:CVar;
// public static var cv_debugKeys = ConVar.registerCVar("cl_debuginput", CInt, 0, null, "print debug messages related to input to console", null, false, true, 0, 0, false);
public static var keyNameMap:Map<Int, String> = [
Kb.HOME => "HOME", Kb.END => "END", Kb.INSERT => "INSERT", Kb.DELETE => "DELETE", Kb.PAGE_UP => "PGUP", Kb.PAGE_DOWN => "PGDN",
Kb.ESCAPE => "ESC", Kb.F1 => "F1", Kb.F2 => "F2", Kb.F3 => "F3", Kb.F4 => "F4", Kb.F5 => "F5",
+370 -366
View File
@@ -3,6 +3,7 @@ package game.ui.console;
import game.ui.text.TextFormats;
import assets.Fonts;
import openfl.Lib;
import engine.ui.UIPane.PaneLayout;
import openfl.events.Event;
import openfl.text.TextFieldAutoSize;
import openfl.text.TextField;
@@ -17,377 +18,380 @@ import engine.typedefs.console.CCmd;
import game.ui.console.elements.ConsoleInput;
import engine.ui.UIPane;
class Console extends Sprite {
public var textFormat:TextFormat;
public var cOut:TextField;
public var cIn:TextField;
public var cInput:ConsoleInput;
public var cAutoComp:TextField;
class Console extends Sprite{
public var textFormat:TextFormat;
public var cOut:TextField;
public var cIn:TextField;
public var cInput:ConsoleInput;
public var cAutoComp:TextField;
public static var consoleInstance:Console;
public static var consoleInstance:Console;
@:convar({
name: "mat_consolebg",
type: "CString",
value: "0x222222",
help: "console background color",
callback: () -> {
if (Console.consoleInstance != null){
Console.consoleInstance.cOut.backgroundColor = Std.parseInt(Console.consoleInstance.cvar_mat_consolebg.value);
Console.consoleInstance.cIn.backgroundColor = Std.parseInt(Console.consoleInstance.cvar_mat_consolebg.value);
}
}
})
public static var scvar_mat_consolebg:CVar;
public var cvar_mat_consolebg:CVar;
public var ccmd_visible:CCmd = ConVar.registerCCmd("toggleconsole",(cArgs:Array<String>)->{
toggle();
});
public function new(){
super();
consoleInstance = this;
var consolePane:UIPane = new UIPane("yeeto",{width:800, height:600});
public var ccmd_visible:CCmd = ConVar.registerCCmd("toggleconsole", (cArgs:Array<String>) -> {
toggle();
});
this.addChild(consolePane.sprite);
consolePane.layout = VERTICAL;
public function new() {
super();
cvar_mat_consolebg = scvar_mat_consolebg;
consoleInstance = this;
//graphics.beginFill(0x555555);
//graphics.drawRect(0,0,800,600);
cInput = new ConsoleInput();
cIn = cInput.tf;
//cIn.setTextFormat(textFormat);
cInput.y = 600-cInput.height-12;
cInput.x = 12;
cvar_mat_consolebg = ConVar.registerCVar("mat_consolebg",CString,"0x222222",null,"console background color", ()->{
cOut.backgroundColor = Std.parseInt(cvar_mat_consolebg.value);
cIn.backgroundColor = Std.parseInt(cvar_mat_consolebg.value);
},false,false,0,0,false);
cOut = new TextField();
cAutoComp = new TextField();
drawFields(cOut, cAutoComp);
cOut.addEventListener(Event.CHANGE, onOutputTextChange);
cIn.addEventListener(Event.CHANGE, onInputTextChange);
this.addChild(cOut);
this.addChild(cInput);
this.addChild(cAutoComp);
ConVar.registerCCmd("echo", (args:Array<String>) -> { Console.devMsg(args.join(" ").split('"').join(""));});
ConVar.registerCCmd("quit", (args:Array<String>) -> { Lib.application.window.close();});
}
public function drawFields(cOut:TextField, cAutoComp:TextField){
cOut.text = "hConsole Initialized\n";
cOut.defaultTextFormat = TextFormats.getFormats().cOutputFmt;
cOut.wordWrap = true;
//cOut.autoSize = TextFieldAutoSize.LEFT;
cOut.multiline = true;
cOut.background = true;
cOut.backgroundColor = Std.parseInt(cvar_mat_consolebg.value);
cOut.width = 800 - 24;
cOut.height = 600 - cIn.height - 38;
cOut.y = 12;
cOut.x = 12;
cAutoComp.text = "";
cAutoComp.defaultTextFormat = TextFormats.getFormats().cInputFmt;
cAutoComp.wordWrap = false;
cAutoComp.multiline = true;
cAutoComp.background = true;
cAutoComp.backgroundColor = 0x11111100;
cAutoComp.border = true;
cAutoComp.borderColor = 0x55555500;
cAutoComp.selectable = false;
cAutoComp.width = 400;
cAutoComp.height = 32*5;
cAutoComp.visible = false;
cAutoComp.x = 0;
cAutoComp.y = 600;
}
var consolePane = new UIPane("yeeto", {width: 800, height: 600, minWidth: 400, minHeight: 300, maxWidth: 1200, maxHeight: 800});
consolePane.layout = VERTICAL;
consolePane.layout = VERTICAL;
// graphics.beginFill(0x555555);
// graphics.drawRect(0,0,800,600);
cInput = new ConsoleInput();
cIn = cInput.tf;
// cIn.setTextFormat(textFormat);
cInput.y = 600 - cInput.height - 12;
cInput.x = 12;
public function parseCmd(cmd:String, bNoHist:Bool = false){
if(!bNoHist)
history.push(cmd);
cmd = cmd.split(";").join(" ; ");
var subStrings = [];
var startQuoteIndex:Int = cmd.indexOf('"');
var endQuoteIndex:Int;
if(startQuoteIndex != -1){
while((startQuoteIndex = cmd.indexOf('"')) > -1){
//push start of the cmd up until the quotes start
subStrings.push(cmd.substring(0,startQuoteIndex));
//find next quote
endQuoteIndex = cmd.indexOf('"',startQuoteIndex+1)+1;
if(endQuoteIndex == 0){
cmd+='"';
endQuoteIndex = cmd.length;
}
//push quote content
subStrings.push(cmd.substring(startQuoteIndex,endQuoteIndex));
cmd = cmd.substr(endQuoteIndex);
}
}
subStrings.push(cmd);
//Split args
var newSubStrings = [];
for(subString in subStrings){
if(subString.indexOf('"') == -1){
// split spaced args
for(str in subString.split(" ")){
//we want to discard empty strings
if(str != "")
newSubStrings.push(str);
}
}
else{
newSubStrings.push(subString);
}
}
var commands = [];
//split off additional commands
while(newSubStrings.length > 0){
for(i in 0...newSubStrings.length){
if(newSubStrings[i] == ";"){
commands.push(newSubStrings.splice(0,i));
newSubStrings.shift();
break;
}
if(newSubStrings.length-1 == i){
commands.push(newSubStrings);
newSubStrings = [];
}
}
}
trace(commands);
execCommands(commands);
}
public function execCommands(commands:Array<Array<String>>){
for(command in commands){
// Store command name, value and args
var cName:String = command[0];
var cValue:String = command[1];
var cArgs:Array<String> = command.slice(1);
//Check if convar with that name actually exists
if(ConVar.isCVar(cName)){
//Get reference to convar object
var cv:CVar = ConVar.getCVar(command[0]);
//Check number of params
if(command.length == 1){
//No params after the cmd, print help string
devMsg(cv.name+" - "+cv.helpString);
devMsg(cv.name+" = "+cv.value);
}
else{
//Check for convar type and set value accordingly
switch(cv.type){
case CInt:
ConVar.setCVar(cName,Std.parseInt(cValue));
trace(cValue);
break;
case CFloat:
ConVar.setCVar(cName,Std.parseFloat(cValue));
break;
case CBool:
cValue = cValue.toLowerCase();
if(cValue == "1" || cValue == "true"){
ConVar.setCVar(cName,true);
}
else if(cValue == "0" || cValue == "false"){
ConVar.setCVar(cName,false);
}
break;
case CString:
ConVar.setCVar(cName,cValue);
break;
}
}
}
//convar is actually a command, run it.
else if(ConVar.isCmd(cName)){
ConVar.runCmd(cName,cArgs);
}
//convar doesn't exist
else{
devMsg("unkown command: "+command[0]);
}
}
}
public function submitInput(){
cOut.appendText(">"+cInput.getText()+"\n");
parseCmd(cInput.getText());
cInput.setText("");
cAutoComp.visible = false;
cOut.scrollV = cOut.maxScrollV;
histSelect = -1;
}
public function onOutputTextChange(e:Event){
cOut.scrollV = cOut.maxScrollV;
}
public function onInputTextChange(e:Event){
if(cInput.getText() != ""){
cAutoComp.text = "";
for(string in (autocompleteList = getCompList())){
cAutoComp.text += string+"\n";
trace(string);
}
cAutoComp.visible = true;
}
else{
cAutoComp.visible = false;
autocompleteList = history;
}
}
public static function toggle():Void
{
consoleInstance.visible = !consoleInstance.visible;
if(!consoleInstance.visible){
if(Lib.current.stage.focus == consoleInstance.cIn){
Lib.current.stage.focus = null;
}
}
else{
Lib.current.stage.focus = consoleInstance.cIn;
}
}
public static function devMsg(msg:String):Void
{
consoleInstance.cOut.appendText(msg+"\n");
consoleInstance.cOut.scrollV = consoleInstance.cOut.maxScrollV;
}
public static var history:Array<String> = [];
public static var histSelect:Int = -1;
public static var tmpInput:String = "";
public static var autocompleteList:Array<String> = [];
public static var compSelect:Int = -1;
public static function getCompList():Array<String>
{
// Split words
var inp:Array<String> = consoleInstance.cInput.getText().split(" ");
var inpStripped:Array<String> = [
for(word in inp){
if(word != "" && word != " "){
word;
}
}
];
// Stop if input is empty
if(inp.length == 0) return [];
cOut = new TextField();
cAutoComp = new TextField();
var cVars:Array<String> = ConVar.getCVarNames();
var cVarFiltered:Array<String> = [];
// Loop through convars
for(cVar in cVars){
//if there's one word just check if the convar starts with the input string
if(inp.length == 1)
{
// Check if the cvar starts with the input
if(cVar.indexOf(inp[0]) == 0){
cVarFiltered.push(cVar);
}
}
// User pressed space at least once but entered no other words. Check if first word occurs at any position
else if(inpStripped.length == 1 && inp.length > 1){
if(cVar.indexOf(inp[0]) > -1){
cVarFiltered.push(cVar);
}
}
// Multiple words, check for cvars that contain all of them
else if(inpStripped.length > 1)
{
var bWordNotPresent:Bool = false;
for(word in inpStripped){
if(cVar.indexOf(word) == -1){
bWordNotPresent = true;
}
}
if(!bWordNotPresent)
cVarFiltered.push(cVar);
}
}
return cVarFiltered;
}
public static function histPrev():Void
{
// Only complete if input field is empty or scrolling through hist
if(consoleInstance.cInput.getText() == "" || histSelect != -1){
// Store current input in tmpInput
if(histSelect == -1) tmpInput = consoleInstance.cInput.getText();
// Only go through history if history is not empty
if(history.length != 0){
// Check if currently selecting a history entry
if(histSelect >= 0){
histSelect--;
}
// Not currently selecting a history entry
else{
// Put selector to the newest
histSelect = history.length -1;
}
if(histSelect != -1){
// Put correct history entry in the input field
consoleInstance.cInput.setText(history[histSelect]);
}
else{
// Restore tmp input
consoleInstance.cInput.setText(tmpInput);
}
}
// History is empty
else{
// Do nothing
return;
}
}
// Now we need to descend through the autocomplete list
else{
if(autocompleteList.length == 0){
return;
}
else{
// Check if currently selecting an autocomplete entry
if(compSelect > -1){
}
// Not currently selecting an autocomplete entry
else{
}
}
}
}
public static function histNext():Void
{
// Only complete if input field is empty or scrolling through hist
if(consoleInstance.cIn.text == "" || histSelect != -1){
// Store current input in tmpInput
if(histSelect == -1) tmpInput = consoleInstance.cIn.text;
// Only go through history if history is not empty
if(history.length != 0){
// Check if currently selecting a history entry
if(histSelect < history.length -1){
histSelect++;
}
// Otherwise wrap around
else{
// Put selector to no selection
histSelect = -1;
}
if(histSelect != -1){
// Put correct history entry in the input field
consoleInstance.cIn.text = history[histSelect];
}
else{
// Restore tmp input
consoleInstance.cIn.text = tmpInput;
}
}
// History is empty
else{
// Do nothing
return;
}
}
}
}
drawFields(cOut, cAutoComp);
cOut.addEventListener(Event.CHANGE, onOutputTextChange);
cIn.addEventListener(Event.CHANGE, onInputTextChange);
this.addChild(cOut);
this.addChild(cInput);
this.addChild(cAutoComp);
ConVar.registerCCmd("echo", (args:Array<String>) -> {
Console.devMsg(args.join(" ").split('"').join(""));
});
ConVar.registerCCmd("quit", (args:Array<String>) -> {
Lib.application.window.close();
});
}
public function drawFields(cOut:TextField, cAutoComp:TextField) {
cOut.text = "hConsole Initialized\n";
cOut.defaultTextFormat = TextFormats.getFormats().cOutputFmt;
cOut.wordWrap = true;
// cOut.autoSize = TextFieldAutoSize.LEFT;
cOut.multiline = true;
cOut.background = true;
trace(cvar_mat_consolebg);
cOut.backgroundColor = Std.parseInt(cvar_mat_consolebg.value);
cOut.width = 800 - 24;
cOut.height = 600 - cIn.height - 38;
cOut.y = 12;
cOut.x = 12;
cAutoComp.text = "";
cAutoComp.defaultTextFormat = TextFormats.getFormats().cInputFmt;
cAutoComp.wordWrap = false;
cAutoComp.multiline = true;
cAutoComp.background = true;
cAutoComp.backgroundColor = 0x11111100;
cAutoComp.border = true;
cAutoComp.borderColor = 0x55555500;
cAutoComp.selectable = false;
cAutoComp.width = 400;
cAutoComp.height = 32 * 5;
cAutoComp.visible = false;
cAutoComp.x = 0;
cAutoComp.y = 600;
}
public function parseCmd(cmd:String, bNoHist:Bool = false) {
if (!bNoHist)
history.push(cmd);
cmd = cmd.split(";").join(" ; ");
var subStrings = [];
var startQuoteIndex:Int = cmd.indexOf('"');
var endQuoteIndex:Int;
if (startQuoteIndex != -1) {
while ((startQuoteIndex = cmd.indexOf('"')) > -1) {
// push start of the cmd up until the quotes start
subStrings.push(cmd.substring(0, startQuoteIndex));
// find next quote
endQuoteIndex = cmd.indexOf('"', startQuoteIndex + 1) + 1;
if (endQuoteIndex == 0) {
cmd += '"';
endQuoteIndex = cmd.length;
}
// push quote content
subStrings.push(cmd.substring(startQuoteIndex, endQuoteIndex));
cmd = cmd.substr(endQuoteIndex);
}
}
subStrings.push(cmd);
// Split args
var newSubStrings = [];
for (subString in subStrings) {
if (subString.indexOf('"') == -1) {
// split spaced args
for (str in subString.split(" ")) {
// we want to discard empty strings
if (str != "")
newSubStrings.push(str);
}
} else {
newSubStrings.push(subString);
}
}
var commands = [];
// split off additional commands
while (newSubStrings.length > 0) {
for (i in 0...newSubStrings.length) {
if (newSubStrings[i] == ";") {
commands.push(newSubStrings.splice(0, i));
newSubStrings.shift();
break;
}
if (newSubStrings.length - 1 == i) {
commands.push(newSubStrings);
newSubStrings = [];
}
}
}
trace(commands);
execCommands(commands);
}
public function execCommands(commands:Array<Array<String>>) {
for (command in commands) {
// Store command name, value and args
var cName:String = command[0];
var cValue:String = command[1];
var cArgs:Array<String> = command.slice(1);
// Check if convar with that name actually exists
if (ConVar.isCVar(cName)) {
// Get reference to convar object
var cv:CVar = ConVar.getCVar(command[0]);
// Check number of params
if (command.length == 1) {
// No params after the cmd, print help string
devMsg(cv.name + " - " + cv.helpString);
devMsg(cv.name + " = " + cv.value);
} else {
// Check for convar type and set value accordingly
switch (cv.type) {
case CInt:
ConVar.setCVar(cName, Std.parseInt(cValue));
trace(cValue);
break;
case CFloat:
ConVar.setCVar(cName, Std.parseFloat(cValue));
break;
case CBool:
cValue = cValue.toLowerCase();
if (cValue == "1" || cValue == "true") {
ConVar.setCVar(cName, true);
} else if (cValue == "0" || cValue == "false") {
ConVar.setCVar(cName, false);
}
break;
case CString:
ConVar.setCVar(cName, cValue);
break;
}
}
}
// convar is actually a command, run it.
else if (ConVar.isCmd(cName)) {
ConVar.runCmd(cName, cArgs);
}
// convar doesn't exist
else {
devMsg("unkown command: " + command[0]);
}
}
}
public function submitInput() {
cOut.appendText(">" + cInput.getText() + "\n");
parseCmd(cInput.getText());
cInput.setText("");
cAutoComp.visible = false;
cOut.scrollV = cOut.maxScrollV;
histSelect = -1;
}
public function onOutputTextChange(e:Event) {
cOut.scrollV = cOut.maxScrollV;
}
public function onInputTextChange(e:Event) {
if (cInput.getText() != "") {
cAutoComp.text = "";
for (string in (autocompleteList = getCompList())) {
cAutoComp.text += string + "\n";
trace(string);
}
cAutoComp.visible = true;
} else {
cAutoComp.visible = false;
autocompleteList = history;
}
}
public static function toggle():Void {
consoleInstance.visible = !consoleInstance.visible;
if (!consoleInstance.visible) {
if (Lib.current.stage.focus == consoleInstance.cIn) {
Lib.current.stage.focus = null;
}
} else {
Lib.current.stage.focus = consoleInstance.cIn;
}
}
public static function devMsg(msg:String):Void {
consoleInstance.cOut.appendText(msg + "\n");
consoleInstance.cOut.scrollV = consoleInstance.cOut.maxScrollV;
}
public static var history:Array<String> = [];
public static var histSelect:Int = -1;
public static var tmpInput:String = "";
public static var autocompleteList:Array<String> = [];
public static var compSelect:Int = -1;
public static function getCompList():Array<String> {
// Split words
var inp:Array<String> = consoleInstance.cInput.getText().split(" ");
var inpStripped:Array<String> = [
for (word in inp) {
if (word != "" && word != " ") {
word;
}
}
];
// Stop if input is empty
if (inp.length == 0)
return [];
var cVars:Array<String> = ConVar.getCVarNames();
var cVarFiltered:Array<String> = [];
// Loop through convars
for (cVar in cVars) {
// if there's one word just check if the convar starts with the input string
if (inp.length == 1) {
// Check if the cvar starts with the input
if (cVar.indexOf(inp[0]) == 0) {
cVarFiltered.push(cVar);
}
}
// User pressed space at least once but entered no other words. Check if first word occurs at any position
else if (inpStripped.length == 1 && inp.length > 1) {
if (cVar.indexOf(inp[0]) > -1) {
cVarFiltered.push(cVar);
}
}
// Multiple words, check for cvars that contain all of them
else if (inpStripped.length > 1) {
var bWordNotPresent:Bool = false;
for (word in inpStripped) {
if (cVar.indexOf(word) == -1) {
bWordNotPresent = true;
}
}
if (!bWordNotPresent)
cVarFiltered.push(cVar);
}
}
return cVarFiltered;
}
public static function histPrev():Void {
// Only complete if input field is empty or scrolling through hist
if (consoleInstance.cInput.getText() == "" || histSelect != -1) {
// Store current input in tmpInput
if (histSelect == -1)
tmpInput = consoleInstance.cInput.getText();
// Only go through history if history is not empty
if (history.length != 0) {
// Check if currently selecting a history entry
if (histSelect >= 0) {
histSelect--;
}
// Not currently selecting a history entry
else {
// Put selector to the newest
histSelect = history.length - 1;
}
if (histSelect != -1) {
// Put correct history entry in the input field
consoleInstance.cInput.setText(history[histSelect]);
} else {
// Restore tmp input
consoleInstance.cInput.setText(tmpInput);
}
}
// History is empty
else {
// Do nothing
return;
}
}
// Now we need to descend through the autocomplete list
else {
if (autocompleteList.length == 0) {
return;
} else {
// Check if currently selecting an autocomplete entry
if (compSelect > -1) {}
// Not currently selecting an autocomplete entry
else {}
}
}
}
public static function histNext():Void {
// Only complete if input field is empty or scrolling through hist
if (consoleInstance.cIn.text == "" || histSelect != -1) {
// Store current input in tmpInput
if (histSelect == -1)
tmpInput = consoleInstance.cIn.text;
// Only go through history if history is not empty
if (history.length != 0) {
// Check if currently selecting a history entry
if (histSelect < history.length - 1) {
histSelect++;
}
// Otherwise wrap around
else {
// Put selector to no selection
histSelect = -1;
}
if (histSelect != -1) {
// Put correct history entry in the input field
consoleInstance.cIn.text = history[histSelect];
} else {
// Restore tmp input
consoleInstance.cIn.text = tmpInput;
}
}
// History is empty
else {
// Do nothing
return;
}
}
}
}
+5 -6
View File
@@ -11,15 +11,14 @@ class Mode
{
return Lib.application.window;
}
public static function setVideoMode(width:Int, height:Int, fs:Int = null){
getWindow().resize(width,height);
if(fs != null){
switchFsMode(fs);
}
}
public static var cvMatSetVideoMode:CCmd = ConVar.registerCCmd("mat_setvideomode",(args:Array<String>)->{
setVideoMode(Std.parseInt(args[0]), Std.parseInt(args[1]), Std.parseInt(args[2]));
});
@:concmd("mat_setvideomode")
public static function cCmdMatSetVideoMode(args:Array<String>){
Mode.setVideoMode(Std.parseInt(args[0]), Std.parseInt(args[1]), Std.parseInt(args[2]));
}
public static function switchFsMode(toState:Int = 0){
if(toState == 0){
if(Lib.current.stage.displayState != StageDisplayState.FULL_SCREEN_INTERACTIVE){