diff --git a/projectConcept/main.fdb_latexmk b/projectConcept/main.fdb_latexmk index e1b661ac..cf2a6a29 100644 --- a/projectConcept/main.fdb_latexmk +++ b/projectConcept/main.fdb_latexmk @@ -1,5 +1,5 @@ # Fdb version 3 -["pdflatex"] 1652159968 "main.tex" "main.pdf" "main" 1652159968 +["pdflatex"] 1652178161 "main.tex" "main.pdf" "main" 1652178162 "/etc/texmf/web2c/texmf.cnf" 1649511474 475 c0e671620eb5563b2130f56340a5fde8 "" "/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" "/usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/tcrm1000.tfm" 1136768653 1536 e07581a4bb3136ece9eeb4c3ffab8233 "" @@ -50,9 +50,9 @@ "/usr/share/texmf/web2c/texmf.cnf" 1581979058 38841 ce3692aa899bb693b90b87eaa5d4d84e "" "/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1649511498 4770781 1ed1abab22da9c3e2cc82e4db562318b "" "/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1649511522 8256308 efb305160d4d659dcd0c4df67bdfa340 "" - "main.aux" 1652159968 2333 38d544ec7f2116b67831cf38a06e5798 "pdflatex" - "main.tex" 1652159966 6848 ced6ba409b8350ac483e5398eb24def8 "" + "main.aux" 1652178162 2333 38d544ec7f2116b67831cf38a06e5798 "pdflatex" + "main.tex" 1652178155 6852 1688be861094a4467d38b81e84952b1b "" (generated) "main.aux" - "main.pdf" "main.log" + "main.pdf" diff --git a/projectConcept/main.log b/projectConcept/main.log index c492b5d2..3e97cc10 100644 --- a/projectConcept/main.log +++ b/projectConcept/main.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2022.4.9) 10 MAY 2022 07:19 +This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2022.4.9) 10 MAY 2022 12:22 entering extended mode restricted \write18 enabled. file:line:error style messages enabled. @@ -147,29 +147,29 @@ Underfull \hbox (badness 10000) in paragraph at lines 66--68 [] -Underfull \hbox (badness 10000) in paragraph at lines 77--78 +Underfull \hbox (badness 10000) in paragraph at lines 78--79 [] -LaTeX Font Info: Trying to load font information for OMS+cmr on input line 79. +LaTeX Font Info: Trying to load font information for OMS+cmr on input line 80. (/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd File: omscmr.fd 2019/12/16 v2.5j Standard LaTeX font definitions ) LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available -(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 79. -LaTeX Font Info: Trying to load font information for OML+cmr on input line 80. +(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 80. +LaTeX Font Info: Trying to load font information for OML+cmr on input line 81. (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmr.fd File: omlcmr.fd 2019/12/16 v2.5j Standard LaTeX font definitions ) LaTeX Font Info: Font shape `OML/cmr/m/n' in size <10> not available -(Font) Font shape `OML/cmm/m/it' tried instead on input line 80. +(Font) Font shape `OML/cmm/m/it' tried instead on input line 81. -Underfull \hbox (badness 10000) in paragraph at lines 94--97 +Underfull \hbox (badness 10000) in paragraph at lines 95--98 [] [3] -Underfull \hbox (badness 10000) in paragraph at lines 126--135 +Underfull \hbox (badness 10000) in paragraph at lines 127--136 [] @@ -183,7 +183,7 @@ Here is how much of TeX's memory you used: 1141 hyphenation exceptions out of 8191 30i,7n,37p,281b,1234s stack positions out of 5000i,500n,10000p,200000b,80000s {/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-ts1.enc} -Output written on main.pdf (5 pages, 111523 bytes). +Output written on main.pdf (5 pages, 111622 bytes). PDF statistics: 57 PDF objects out of 1000 (max. 8388607) 40 compressed objects within 1 object stream diff --git a/projectConcept/main.pdf b/projectConcept/main.pdf new file mode 100644 index 00000000..d58f99b1 Binary files /dev/null and b/projectConcept/main.pdf differ diff --git a/projectConcept/main.synctex.gz b/projectConcept/main.synctex.gz index 80fdefbb..4548ce7b 100644 Binary files a/projectConcept/main.synctex.gz and b/projectConcept/main.synctex.gz differ diff --git a/projectConcept/main.tex b/projectConcept/main.tex index 603dd2d9..b153e5e0 100644 --- a/projectConcept/main.tex +++ b/projectConcept/main.tex @@ -69,7 +69,8 @@ Soldiers take physical space - a tile \\ \subsubsection{Soldiers Communication} Soldiers receive global orders from the player but they use their local vision to fulfill those orders. (For example by looking at where their neighbours stand and adjust to that. Used to simulate communication between operating system and processes. \\ In order to communicate something to the whole squad (like killing enemy soldier), the soldier sends communicate to neighbours soldiers which further distribute this info to the whole squad. This is used to simulate processes communicating with each other. \\ -Every action of soldier is done every tick, which simulates processor time. \\ +Every tick a single (topmost) action from the Soldier's action stack is executed +\\ Every soldier has its own "stack" of actions, each tick he does one action from the top of the stack \\ There are process interrupts send by the player which force the soldier to do something regardless of what he has on stack.