MCPcopy Create free account

hub / github.com/ctomni231/cwtactics / functions

Functions896 in github.com/ctomni231/cwtactics

↓ 1 callersMethodsetColorBlend
This function takes the first member of a list of colors and blends it into the pixels. THe rest of the list is used to prevent default colors from be
src/com/jslix/image/ImgHolder.java:73
↓ 1 callersMethodsetColorChange
This function indexes all pixel changes in a HashMap<fromThisColor, toThisColor> and uses them to change the colors of pixels representing an image. @
src/com/jslix/image/ImgHolder.java:55
↓ 1 callersMethodsetFlipX
This function is used to flip an image about its x-axis in the next loaded image. Therefore, this must be called before an image added. The mirror is
src/com/jslix/image/ImgLibrary.java:144
↓ 1 callersMethodsetFlipY
This function is used to flip an image about its y-axis in the next loaded image. Therefore, this must be called before an image added. The mirror is
src/com/jslix/image/ImgLibrary.java:154
↓ 1 callersMethodsetFrame
Sets the current screens as frame screens rather than applet screens
src/com/jslix/ScreenLibrary.java:203
↓ 1 callersMethodsetFrameRate
This function is used to change the timer values from any runnable. Otherwise, it just updates from the current one
src/com/jslix/Timer.java:108
↓ 1 callersMethodsetFrameRate
This is used to regulate the timer if internal timer isn't running
src/com/jslix/JSlix.java:316
↓ 1 callersMethodsetType
This function uses the filename to set the type of song file this is. Each type of file is treated differently. @param filename The path to the song f
src/com/jslix/sound/MusicHolder.java:47
↓ 1 callersFunctionsetupCanvas
()
new_core/screen.js:26
↓ 1 callersFunctionsetupScreens
()
new_core/screen.js:33
↓ 1 callersFunctionsetupTestMap
()
new_core/screens/ingame.js:52
↓ 1 callersFunctionshowMove
(rng, x, y)
cwtdemo/cwtmapengine.js:531
↓ 1 callersMethodshowRate
This function shows the frame rate and log message graphics @param g2 The Java2D graphics object
src/com/jslix/JSlix.java:233
↓ 1 callersFunctionshowUnitMove
(uind, x, y)
cwtdemo/tools/dump/cwtdemobox.js:401
↓ 1 callersFunctionshowUnitPath
(x, y, opt=0)
cwtdemo/cwtmapengine.js:850
↓ 1 callersFunctionshowUnitPath
(x, y, opt)
cwtdemo/tools/dump/cwtdemobox.js:655
↓ 1 callersFunctionshowUnitPath
(x, y, opt=0)
cwtdemo/tools/dump/cwtdemohex.js:936
↓ 1 callersMethodshowWindow
This function initializes and displays a java2D frame
src/com/jslix/JSlix.java:108
↓ 1 callersFunctionslitIntX
(data, sx, sy, px, py, rp)
engine/js/jslix.js:1261
↓ 1 callersFunctionslitIntX
(data, sx, sy, px, py, rp)
new_core/jslix.js:876
↓ 1 callersFunctionslitIntX
(data, sx, sy, px, py, rp)
cwtdemo/engine/js/jslix.js:890
↓ 1 callersFunctionslitIntY
(data, sx, sy, px, py, rp)
engine/js/jslix.js:1230
↓ 1 callersFunctionslitIntY
(data, sx, sy, px, py, rp)
new_core/jslix.js:845
↓ 1 callersFunctionslitIntY
(data, sx, sy, px, py, rp)
cwtdemo/engine/js/jslix.js:859
↓ 1 callersFunctionstartLoop
(loop)
new_core/loop_manager.js:23
↓ 1 callersMethodstartTimer
This starts the global timer to regulate animation @param selfStart Whether to start the timers internal timekeeper
src/com/jslix/JSlix.java:277
↓ 1 callersFunctionstopSong
(song)
engine/js/music.js:137
↓ 1 callersFunctionstopSong
(song)
cwtdemo/engine/js/music.js:137
↓ 1 callersFunctionstoreFile
(request)
new_core/filelib.js:54
↓ 1 callersFunctionstoreFile
(request)
cwtdemo/tools/dump/dump.js:93
↓ 1 callersFunctionstoreFile
(data)
cwtdemo/engine/js/jsonlib.js:66
↓ 1 callersFunctionstoreImage
()
engine/js/jslix.js:994
↓ 1 callersFunctionstoreImage
()
new_core/jslix.js:524
↓ 1 callersFunctionstoreImage
()
cwtdemo/engine/js/jslix.js:528
↓ 1 callersFunctiontestData
()
cwtdemo/tools/maplib.js:775
↓ 1 callersMethodtoggleFPS
This function sets the visibility of the FPS for the Java2D screen
src/com/jslix/JSlix.java:158
↓ 1 callersFunctiontriggerLoop
()
engine/screenlibrary.js:129
↓ 1 callersFunctiontriggerLoop
()
cwtdemo/engine/screenlibrary.js:129
↓ 1 callersMethodupdateRender
(Graphics2D g2, int w, int h)
src/com/cwt/CWTacticsOld.java:36
↓ 1 callersFunctionupdateScreen
()
cwtdemo/engine/screenstate.js:56
↓ 1 callersFunctionupdateState
()
engine/screenstate.js:34
↓ 1 callersFunctionupdateState
()
cwtdemo/engine/screenstate.js:46
↓ 1 callersFunctionupdateTween
(tween, looped, delta)
engine/bc/tween.js:39
↓ 1 callersFunctionupdateTween
(tween, looped, delta)
cwtdemo/engine/bc/tween.js:39
↓ 1 callersFunctionvertbattle
(ctx)
game/cwbattle.js:201
↓ 1 callersFunctionzipLists
(listA, listB, combiner)
engine/bc/utils.js:12
↓ 1 callersFunctionzipLists
(listA, listB, combiner)
new_core/utils.js:12
↓ 1 callersFunctionzipLists
(listA, listB, combiner)
cwtdemo/engine/bc/utils.js:12
MethodBattleScreen
()
src/com/cwt/screen/BattleScreen.java:19
MethodCWTactics
This is a slim class to add the first screen on the list @param width The initial width of the window @param height The initial height of the window
src/com/cwt/CWTactics.java:33
MethodCWTacticsOld
()
src/com/cwt/CWTacticsOld.java:44
MethodFileFind
This class searches for files from the root directory.
src/com/jslix/io/FileFind.java:46
MethodFileIndex
This class holds one file for a FileFind class. This helps in finding references to files. @param filename The name of the file @param filepath The pa
src/com/jslix/io/FileIndex.java:36
FunctionGIF
()
engine/js/gif.js:49
MethodImgHolder
This class holds one image and the image information of an image library class (ImgLibrary). This function initializes all variables to default values
src/com/jslix/image/ImgHolder.java:39
MethodImgLibrary
This class holds a library of images for both Slick2D and Java2D windows. It also allows you to perform resizes, recolors, blends, pixel flips, and im
src/com/jslix/image/ImgLibrary.java:94
MethodJSONLibrary
This initializes the JsonLibrary
src/com/jslix/io/JSONLibrary.java:42
MethodJSlix
This class creates a Java2D or Slick2D screen with a starting width and height @param width The x-axis length of the screen @param height The y-axis l
src/com/jslix/JSlix.java:92
MethodKeyIndex
This class holds the key and mouse information for classes. It is purposely small so it won't take up any memory.
src/com/jslix/KeyIndex.java:25
MethodMainGame
()
src/com/cwt/screen/MainGame.java:13
MethodMusicHolder
This class is simply for storing information regarding music files.
src/com/jslix/sound/MusicHolder.java:35
MethodMusicLibrary
This class supports play back, loop, and stop for MP3, WAV, OGG, and MID music files. This class also organizes the files so they only need to be load
src/com/jslix/sound/MusicLibrary.java:72
FunctionStream
(data)
engine/js/gif.js:69
MethodTestBed
()
src/com/cwt/screen/TestBed.java:29
MethodTimer
This class sets a system timer for both Java2D and Slick2D windows @param start Whether to start running the thread
src/com/jslix/Timer.java:34
MethodaddAvoidDir
This function adds a directory type to avoid while searching for files. You can add as many directories as you want for faster search speeds @param di
src/com/jslix/io/FileFind.java:118
FunctionaddBlendChange
(red, green, blue, alpha, opacity, opt)
engine/js/jslix.js:478
FunctionaddBlendChange
(red, green, blue, alpha, opacity, opt)
new_core/jslix.js:343
FunctionaddBlendChange
(red, green, blue, alpha, opacity, opt)
cwtdemo/engine/js/jslix.js:348
FunctionaddCWTImage
(filename, map, color, dir)
new_core/cwtimg.js:24
MethodaddClip
This adds a music clip of sound effect to the Jukebox @param filename The file path of the music clip
src/com/jslix/sound/JukeBox.java:22
MethodaddClip
This adds a music clip through a file path @param filename The path to the music clip @return Whether the clip was added(T) or not(F)
src/com/jslix/sound/MusicLibrary.java:87
MethodaddColorBoxToGrid
This function adds a colored box to the editing grid @param theColor The color of the rectangle @param sizex The width of the rectangle @param sizey T
src/com/jslix/image/ImgLibrary.java:982
FunctionaddColorChange
(fromRed, fromGreen, fromBlue, fromAlpha, toRed, toGreen, toBlue, toAlpha, opt)
engine/js/jslix.js:460
FunctionaddColorChange
(fromRed, fromGreen, fromBlue, fromAlpha, toRed, toGreen, toBlue, toAlpha, opt)
new_core/jslix.js:325
FunctionaddColorChange
(fromRed, fromGreen, fromBlue, fromAlpha, toRed, toGreen, toBlue, toAlpha, opt)
cwtdemo/engine/js/jslix.js:330
FunctionaddColorMap
(text)
engine/js/jslix.js:105
FunctionaddColorMap
(filename)
new_core/cwtimg.js:15
FunctionaddColorMap
(text)
new_core/jslix.js:104
FunctionaddColorMap
(text)
cwtdemo/engine/js/jslix.js:104
FunctionaddColorMapChange
(mapIndex, colorIndex)
engine/js/jslix.js:468
FunctionaddColorMapChange
(mapIndex, colorIndex)
new_core/jslix.js:333
FunctionaddColorMapChange
(mapIndex, colorIndex)
cwtdemo/engine/js/jslix.js:338
FunctionaddCut
(locx, locy, sizex, sizey)
engine/js/jslix.js:449
FunctionaddCut
(locx, locy, sizex, sizey)
new_core/jslix.js:314
FunctionaddCut
(locx, locy, sizex, sizey)
cwtdemo/engine/js/jslix.js:319
FunctionaddCutPixelDrop
(imgIndex, posx, posy, locx, locy, sizex, sizey, opacity, opt)
engine/js/jslix.js:531
FunctionaddCutPixelDrop
(imgIndex, posx, posy, locx, locy, sizex, sizey, opacity, opt)
new_core/jslix.js:396
FunctionaddCutPixelDrop
(imgIndex, posx, posy, locx, locy, sizex, sizey, opacity, opt)
cwtdemo/engine/js/jslix.js:401
FunctionaddFlipX
()
engine/js/jslix.js:428
FunctionaddFlipX
()
new_core/jslix.js:293
FunctionaddFlipX
()
cwtdemo/engine/js/jslix.js:298
FunctionaddFlipY
()
engine/js/jslix.js:432
FunctionaddFlipY
()
new_core/jslix.js:297
FunctionaddFlipY
()
cwtdemo/engine/js/jslix.js:302
MethodaddForceType
This function adds a specific file type to look for while searching. You can add as many file types as you want to narrow your search. @param suffix T
src/com/jslix/io/FileFind.java:104
FunctionaddImage
(text)
new_core/cwtimg.js:10
FunctionaddImageDrop
(imgIndex, posx, posy, locx, locy, sizex, sizey)
engine/js/jslix.js:506
FunctionaddImageDrop
(imgIndex, posx, posy)
new_core/jslix.js:370
FunctionaddImageDrop
(imgIndex, posx, posy)
cwtdemo/engine/js/jslix.js:375
← previousnext →401–500 of 896, ranked by callers