MCPcopy Create free account

hub / github.com/ctomni231/cwtactics / functions

Functions896 in github.com/ctomni231/cwtactics

Functionrender
(canvas, ctx)
cwtdemo/tools/maplib.js:153
Functionrender
(canvas, ctx)
cwtdemo/tools/dump/cwtdemobox.js:200
Functionrender
(canvas, ctx)
cwtdemo/tools/dump/cwtdemohex.js:235
Functionrender
(canvas, ctx)
cwtdemo/engine/js/debug.js:12
Functionrender
(canvas, ctx)
cwtdemo/engine/bc/debug.js:152
Methodrender
(Graphics2D g, Component dthis)
src/com/cwt/screen/BattleScreen.java:56
Methodrender
(Graphics2D g, Component dthis)
src/com/cwt/screen/MainGame.java:28
Methodrender
(Graphics2D g, Component dthis)
src/com/cwt/screen/TestBed.java:72
Functionrequest
(url)
engine/js/ajax.js:26
MethodresetMouseWheel
This sets the scroll wheel to steady
src/com/jslix/KeyPress.java:72
MethodrotateGrid
This function rotates the editing grid 90 degrees clockwise
src/com/jslix/image/ImgLibrary.java:928
Functionrun
()
engine/screenlibrary.js:121
Functionrun
()
cwtdemo/engine/screenlibrary.js:121
Methodrun
()
src/com/jslix/JSlix.java:401
Methodrun
This function runs the play back for mp3 in a separate thread
src/com/jslix/sound/MusicLibrary.java:242
Methodrun
()
src/com/cwt/CWTacticsOld.java:91
MethodsaveJSONFile
This saves a JSON to a file, just in case that is needed @param filename The filename to save the json to @param json The JSON Object to save
src/com/jslix/io/JSONLibrary.java:196
Functionseek
(time)
engine/js/gif.js:355
FunctionseekFrame
(frame)
engine/js/gif.js:349
MethodsetFlipY
This function performs a y-axis vertical flip to the pixels @return An array list of altered pixels
src/com/jslix/image/ImgHolder.java:110
MethodsetFrameTime
This sets how often the system sleeps (updates) @param time the time for the system to update
src/com/jslix/Timer.java:84
MethodsetFrameTime
This sets how often the timer resets @param updateTime How often the animation time updates
src/com/jslix/JSlix.java:285
MethodsetImageToGrid
This function draws a picture to the grid and stores the picture within the internal ImgLibrary. Use can use flip, color, and rotate functions before
src/com/jslix/image/ImgLibrary.java:899
FunctionsetIntervalMode
(isOn)
engine/screenlibrary.js:55
FunctionsetIntervalMode
(isOn)
cwtdemo/engine/screenlibrary.js:55
FunctionsetIntervalTime
(value)
engine/screenlibrary.js:61
FunctionsetIntervalTime
(value)
new_core/loop_manager.js:6
FunctionsetIntervalTime
(value)
cwtdemo/engine/screenlibrary.js:61
FunctionsetMapPosition
(posx, posy)
cwtdemo/cwtmapengine.js:300
MethodsetOpacity
This function is used to set the opacity of the editing grid images @param number The opacity from (0-1)
src/com/jslix/image/ImgLibrary.java:957
MethodsetPixelBlend
This function will blend the color chosen into every pixel within the image. The opacity controls how deep the blend will be in the picture. This acti
src/com/jslix/image/ImgLibrary.java:202
MethodsetPixelChange
This function changes all pixels of the matching color to another color in the next loaded image using the java2D color object. Therefore this must be
src/com/jslix/image/ImgLibrary.java:187
MethodsetPixelIgnore
This function sets the default colors to ignore while the image is blending. This action occurs only in the next loaded image. The colors are reset af
src/com/jslix/image/ImgLibrary.java:231
MethodsetQuality
Set the scaling quality of the image [ => Default choice] @param value 0-Default, 1-fast, 2-Replicate, 3-ScaleAreaAveraging , 4-Smooth
src/com/jslix/image/ImgLibrary.java:247
MethodsetReference
This function changes the preference of storing file type strings as references to the image. This function must be called before adding an image to a
src/com/jslix/image/ImgLibrary.java:173
MethodsetResizeableWindow
This function sets whether the user is allowed to resize the window @param resize Whether the user can resize the window(T) or not(F)
src/com/jslix/JSlix.java:143
MethodsetRotateNinety
This function is used to rotate an image clockwise in the next loaded image. Therefore, this must be called before an image added. The rotation is res
src/com/jslix/image/ImgLibrary.java:163
MethodsetScale
Sets the image scale to a particular scale @param scale The scale algorithm to use
src/com/jslix/image/ImgLibrary.java:239
FunctionsetWindowScroll
()
engine/screenlibrary.js:113
FunctionsetWindowScroll
()
cwtdemo/engine/screenlibrary.js:113
FunctionsetWindowSize
()
engine/screenlibrary.js:107
FunctionsetWindowSize
()
cwtdemo/engine/screenlibrary.js:107
Functionsetup
()
new_core/input.js:46
Functionsetup
()
new_core/screen.js:39
Functionsetup
()
new_core/statemachine.js:3
Functionsetup
()
new_core/screens/ingame.js:73
Functionsetup
()
new_core/screens/initial.js:11
FunctionstartMeasure
(measureId)
engine/screenstate.js:51
FunctionstartMeasure
(measureId)
new_core/performance.js:6
FunctionstartMeasure
(measureId)
cwtdemo/engine/screenstate.js:88
Functionstop
()
engine/screenlibrary.js:192
Functionstop
()
cwtdemo/engine/screenlibrary.js:191
FunctionstopAllSongs
()
engine/js/music.js:153
FunctionstopAllSongs
()
cwtdemo/engine/js/music.js:153
MethodstopClip
This stops a music clip from playing
src/com/jslix/sound/JukeBox.java:45
FunctionstopLoop
()
new_core/loop_manager.js:14
FunctionstopMeasure
(measureId)
engine/screenstate.js:73
FunctionstopMeasure
(measureId)
new_core/performance.js:27
FunctionstopMeasure
(measureId)
cwtdemo/engine/screenstate.js:110
FunctionstopMusic
()
engine/js/music.js:208
FunctionstopMusic
()
cwtdemo/engine/js/music.js:208
FunctionstopSound
()
engine/js/music.js:295
FunctionstopSound
()
cwtdemo/engine/js/music.js:295
Functiontapped
()
engine/js/music.js:21
Functiontapped
()
cwtdemo/engine/js/music.js:21
FunctiontestMap
()
cwtdemo/cwtmapengine.js:329
FunctiontogglePlay
()
engine/js/gif.js:345
Functionupdate
()
game/cwbattle.js:85
Functionupdate
()
game/maingame.js:11
Functionupdate
()
game/testbed.js:29
Functionupdate
()
game/battletest.js:62
Functionupdate
(delta)
engine/screenstate.js:27
Functionupdate
()
engine/js/debug.js:15
Functionupdate
()
engine/bc/debug.js:112
Functionupdate
()
new_core/screen.js:44
Functionupdate
()
new_core/debug.js:45
Functionupdate
()
new_core/statemachine.js:7
Functionupdate
()
new_core/screens/ingame.js:105
Functionupdate
()
new_core/screens/initial.js:17
Functionupdate
()
new_core/traits/tileInfo.js:8
Functionupdate
()
cwtdemo/cwtdemo.js:38
Functionupdate
()
cwtdemo/cwtmapengine.js:156
Functionupdate
()
cwtdemo/tools/maplibrary.js:151
Functionupdate
()
cwtdemo/tools/maplib.js:142
Functionupdate
()
cwtdemo/tools/dump/cwtdemobox.js:93
Functionupdate
()
cwtdemo/tools/dump/cwtdemohex.js:96
Functionupdate
(delta)
cwtdemo/engine/screenstate.js:37
Functionupdate
()
cwtdemo/engine/bc/debug.js:112
Methodupdate
(int timePassed)
src/com/cwt/screen/BattleScreen.java:40
Methodupdate
(int timePassed)
src/com/cwt/screen/MainGame.java:22
Methodupdate
(int timePassed)
src/com/cwt/screen/TestBed.java:61
FunctionupdateGame
(delta)
new_core/gamecontroller.js:20
MethoduserActive
Whether user is actively pressing a control @return Whether a user is causing input
src/com/jslix/KeyPress.java:79
MethodverticalPixelMove
This function moves pixels left/right @param movePixel moves pixels [(+)upwards/(-)downwards] @param column the X-Column chosen
src/com/jslix/image/ImgLibrary.java:1107
MethodwindowClosing
(WindowEvent e)
src/com/jslix/JSlix.java:118
MethodwindowClosing
(WindowEvent e)
src/com/cwt/CWTacticsOld.java:55
← previous801–896 of 896, ranked by callers