Activity for jitspoe

  • jitspoe jitspoe committed [r990] on Code

    Build 46 release. Added non-assert Com_sprintf for cases where we know there will be an overflow. vid_maximized cvar to remember when window is maximized after vid_restart.

  • jitspoe jitspoe committed [r989] on Code

    Bots: Avoid divide by 0. Only print failure to add bot once so it doesn't spam.

  • jitspoe jitspoe committed [r988] on Code

    Fixed a bot debug print printing when debug not enabled and a const.

  • jitspoe jitspoe committed [r987] on Code

    Set Paintball2 manifest to be DPI aware so Windows doesn't scale the game on high res monitors and make everything off center.

  • jitspoe jitspoe posted a comment on discussion Open Discussion

    You could either install it on another computer and copy the paintball2 directory or open the installer with something like 7zip to extract the files.

  • jitspoe jitspoe committed [r986] on Code

    Made bots randomly say stuff on kills and suicides. Fixed parameters on event. Added the ability to execute commands from botlib. Disabled code to try to more accurately hit waypoints as it made the bots too jerky.

  • jitspoe jitspoe committed [r985] on Code

    Bot observation / player path following now functional when a player respawns or teleports. Removed uncalled function for player death.

  • jitspoe jitspoe committed [r984] on Code

    Makefile cleanup - removed a bunch of whitespaces at the end of lines and also fixed building Quake2 version into the correct directory (thanks yourteammate or toolwut - can't remember who made the change).

  • jitspoe jitspoe committed [r983] on Code

    Client-side fix (hopefully) for looking at ground on respawn (looking wasn't respecting the pitch aim freeze set on the server).

  • jitspoe jitspoe committed [r982] on Code

    Make bots handle time between rounds so they stop moving and stuff. Goals now store relevant entity. Made more generic way of handling completing goal on path complete. Updated BotSetGoal function and tried to make everything use it to ensure everything is set properly. Started implementing a careful system for challenging paths, but that's not being used, yet. Approximate and store movement velocity. Project position 150ms into future when calculating input to move to next waypoint (mi...

  • jitspoe jitspoe committed [r981] on Code

    PB2Q2 stuff: write config when the game changes so settings don't get lost when switching mods, hud scale fix, default crosshair to 1 for Quake 2.

  • jitspoe jitspoe committed [r980] on Code

    Disable tutorial launching on start.

  • jitspoe jitspoe committed [r979] on Code

    If bots are manually added or removed, ignore the bot_min_players, etc. settings until the server empties. Added API version checks for the bot library.

  • jitspoe jitspoe committed [r978] on Code

    Default gl_brightness to 0 on Quake2 as well.

  • jitspoe jitspoe committed [r977] on Code

    Makefile for Quake2 build (WIP).

  • jitspoe jitspoe committed [r976] on Code

    Removed assert that was triggering with vanilla q2 stuff (lasers?). Got quake2 serverlist working with q2servers.com. Fixed some hudscale stuff. Pause the game when console is opened. Fixed extra item being freed after reworking the file list to not return an extra null item. Hack to not save the "newgame" alias so different mods/addons/mission packs work when starting a new game. Fixed compiler warning.

  • jitspoe jitspoe committed [r975] on Code

    Fix falling sounds not playing in Quake2. Make Quake2 default skin male/grunt. Change FS_ListFiles to load from pak files and also not return 1 more than the actual number of files listed and removed the -1's everywhere that used it. Also changed it to use Z_Malloc and Z_Free instead of malloc/free. Fixed save files not loading. Fixed water reflecting using the wrong height when multiple water surfaces are visible.

  • jitspoe jitspoe committed [r974] on Code

    Fixed Quake2 HUD stuff not scaling properly. Pause if menu opened in single player. Resample volume set to 1 and jump sound enabled by default for Quake2. In Quake2, load config files from non-config directory, as critical files are in the pak file that need to be loaded (default.cfg). Also, force-load default.cfg in Quake2, even if a config exists. Started bringing over FS_ListFiles which lists files within pak files as well, but it's disabled for now as it causes a crash. Increase scr...

  • jitspoe jitspoe committed [r973] on Code

    Addded more leniency to water plane check for reflective water. If we've exceeded the max reflective water surfaces, render regular water instead of rendering nothing.

  • jitspoe jitspoe committed [r972] on Code

    Added function to bot API to allow game mode to get random bot waypoint (for itemhunt mode).

  • jitspoe jitspoe committed [r971]

    Version number updates.

  • jitspoe jitspoe committed [r970]

    Started adding discord sdk to client + pb2q2 build config I missed checking in

  • jitspoe jitspoe committed [r969]

    Added a bunch of Quake2-specific particle systems back in to allow for a Quake2-compatible client build. Also don't adjust the volume of resampled sounds for Quake2. Default deathmatch to 0 for Quake2 build.

  • jitspoe jitspoe committed [r968]

    Retry logging into global login profile if the client doesn't get a response (sometimes it gets dropped because it's UDP).

  • jitspoe jitspoe committed [r967]

    Tried to make bots not continue focusing on a target at a new round start (didn't seem to work). Fix goals and stuff assigned to the wrong bot when a bot disconnects. Fix goals sometimes being considered unreachable when they were reachable. More experimenting with bots following player inputs (problematic because they don't start at exactly the right location). Stopped using crouching mins/maxes for movement checks. Read 4 waypoints per frame instead of 1 so they load faster.

  • jitspoe jitspoe posted a review on LosslessCut

  • jitspoe jitspoe committed [r966]

    Path finding checks if bot can reach start and end locations. Waypoint connection ignores vertical aspect so areas that can be jumped down to are considered. Also adds extra checks for the jump case. Added bot_min_bots cvar to ensure a minimum number of bots are present. Made bots (dis)connnect more rapidly if the change in player count necessary is more than 1. Also added some randomness to the connect time checks. Pull bot names from a file. Changed GetNextPlayerEnt to GetNextLivePla...

  • jitspoe jitspoe committed [r965]

    Made bots aware of game modes and go for or defend objectives appropriately. Merged 2 bot init functions into 1. Added cvars for min bot players and auto-fill server if fewer players are present. Add waypoints over time instead of just on load so we can try to do more accurate waypoint connections checks (disabled for now as they're too slow).

  • jitspoe jitspoe committed [r964]

    Added waypoint types to make bots behave better on ladders.

  • jitspoe jitspoe committed [r962]

    Part of the change to display time between jumps (incomplete). Also fix crash and precision bugs if you spin around too many times.

  • jitspoe jitspoe committed [r961]

    Fix for crash when dynamic brushes are underwater. Just disables the caustic effect on them for now.

  • jitspoe jitspoe committed [r960]

    Part of the change to display time between jumps for debugging purposes. Doesn't really work.

  • jitspoe jitspoe committed [r959]

    Made snd_mixahead 0.08 instead of 0.2 by default. This should reduce latency in sound effects and be stable as long as > 20fps in maintained.

  • jitspoe jitspoe committed [r958]

    Store the current map name in the mapname cvar.

  • jitspoe jitspoe committed [r957]

    Reduced grab value from 4 to 2 by default for the scoreboard sorting.

  • jitspoe jitspoe committed [r956]

    Fixed uninitialized particle variable.

  • jitspoe jitspoe committed [r955]

    Tweaked wander behavior a little. Reduced how much they run into walls without waypoints. New bot API version. Bots now have a time they'll commit to shooting.

  • jitspoe jitspoe committed [r954]

    Handle more events -- bots are now aware of when they have a flag and go for the cap.

  • jitspoe jitspoe committed [r953]

    Added latency to bots. They're now tracking player positions 4 frames (400ms) behind their current position, so they shouldn't be as aimbotty.

  • jitspoe jitspoe committed [r952]

    Reduced buffer size for Linux SDL driver from 4096 to 1024 to reduce latency

  • jitspoe jitspoe committed [r951]

    Tweaked missing texture grid to be less harsh.

  • jitspoe jitspoe committed [r950]

    Fixed 320x240 resolution support.

  • jitspoe jitspoe committed [r949]

    Increased hunk size so larger maps can be loaded.

  • jitspoe jitspoe committed [r948]

    Build 44 version number update.

  • jitspoe jitspoe committed [r947]

    crash fix when switching game cvar under certain cases.

  • jitspoe jitspoe committed [r946]

    Updated ALL the copyright and version values (hopefully).

  • jitspoe jitspoe committed [r945]

    Updated the copyright date to the actual current year.

  • jitspoe jitspoe committed [r944]

    Updated line endings to make VS happy.

  • jitspoe jitspoe committed [r943]

    Updated copyright date and build version.

  • jitspoe jitspoe posted a comment on discussion Open Discussion

    Thanks for taking the time to put a video together! If you jump on during the 1st, 3rd, or 5th Saturday of each month at around 2-4PM EST, we usually have a big crowd on. That's when we have an organized play time called Social Saturday where we play and hang out on the Discord voice chat.

  • jitspoe jitspoe committed [r941]

    Build 43 - fixed Linux compile errors. Updated version and build number.

  • jitspoe jitspoe committed [r940]

    (Untested) Fix for Linux crash using SDL sound driver (Thanks, your teammate).

  • jitspoe jitspoe committed [r939]

    Fixed colored text from getting truncated in menu widgets. Started fixing colored/formatted text in edit boxes, but it's still a bit funky.

  • jitspoe jitspoe committed [r938]

    Fixed strip_garbage assert triggering when the string was the exact length. Made the get resolution string safer.

  • jitspoe jitspoe committed [r937]

    Fixed attenuation on left and right channels not being the same. Also changed the algorithm slightly to maybe be more accurate.

  • jitspoe jitspoe committed [r936]

    Fixed listview width calculation.

  • jitspoe jitspoe committed [r935]

    Removed botcmd from botlib and handled it directly in game lib for simplicity.

  • jitspoe jitspoe committed [r932]

    Strip color codes from names when connecting to IRC. Also added max size parameter to strip_garbage function. Fix crash in serverlist generation if you have a map loaded when trying to connect to a server.

  • jitspoe jitspoe committed [r931]

    Made latest changes compile on Linux.

  • jitspoe jitspoe committed [r930]

    Re-applied the changes other people made that I stomped on: multi-column list widgets and stuff.

  • jitspoe jitspoe committed [r929]

    Fix bug with word wrapping where if a word was longer than the width and a splitting character (such as slash) was at the start, it would keep generating newlines until the max string length. Also made characters like :, :, ], ), /, \, etc. prefer to stay on the top line when word wrapping.

  • jitspoe jitspoe committed [r928]

    More newline whitespace fixes. Ignore .ncb and .sdf files.

  • jitspoe jitspoe committed [r927]

    Ensure files on linux are regular files before attempting to open them, so we don't attempt to open directories as files.

  • jitspoe jitspoe committed [r926]

    Forgot to check in irc source file.

  • jitspoe jitspoe committed [r925]

    Fix newlines due to cvs->svn conversion.

  • jitspoe jitspoe committed [r924]

    Removed alpha 6 dir.

  • jitspoe jitspoe committed [r8]

    build 7 update (fixed fullscreen crash)

  • jitspoe jitspoe committed [r10]

    build 7 update (security fix, buffer overrun protection)

  • jitspoe jitspoe committed [r11]

    build 7 update (temp hack until rscripts for menu are done)

  • jitspoe jitspoe committed [r12]

    build 7 update (made colored and dynamic lights look a little better)

  • jitspoe jitspoe committed [r13]

    build 7 update (added rscript defines)

  • jitspoe jitspoe committed [r16]

    build 7 update (tweaked overflow checking slightly)

  • jitspoe jitspoe committed [r14]

    build 7 update (changed gl_debug default to 1)

  • jitspoe jitspoe committed [r17]

    build 7 update (loads menu images)

  • jitspoe jitspoe committed [r15]

    build 7 update (added scaleadd feature to rscripts)

  • jitspoe jitspoe committed [r19]

    build 7 update (partial slider implementation)

  • jitspoe jitspoe committed [r22]

    data files (menu graphics and such) all images go in pball/pics, everything else goes in pball, dirs included

  • jitspoe jitspoe committed [r20]

    pball/pics files with menu slider and updated console images

  • jitspoe jitspoe committed [r21]

    in-progress data files (console and menu pics as well as rscripts)

  • jitspoe jitspoe committed [r23]

    build 7 - updated for menu/mouse interaction

  • jitspoe jitspoe committed [r24]

    build 7 - added key UP functionality (for menu)

  • jitspoe jitspoe committed [r25]

    build 7 - slider widgets now functional

  • jitspoe jitspoe committed [r26]

    build 7 - no significant change

  • jitspoe jitspoe committed [r27]

    build 7 - added 1280x1024 video mode

  • jitspoe jitspoe committed [r28]

    build 7 - mouse support in menu

  • jitspoe jitspoe committed [r30]

    build 7 - fields

  • jitspoe jitspoe committed [r29]

    build 7 - menus reload on vid_restart now

  • jitspoe jitspoe committed [r31]

    build 7 - trans33+trans66 uses alpha channel feature

  • jitspoe jitspoe committed [r32]

    build 7 - fix for menu mouse

  • jitspoe jitspoe committed [r33]

    added field pics

  • jitspoe jitspoe committed [r35]

    build 7 - cl_hudscale has modified check

  • jitspoe jitspoe committed [r36]

    build 7 - select widget

  • jitspoe jitspoe committed [r37]

    build 7 - buffer overrun security fix

  • jitspoe jitspoe committed [r38]

    build 7 - macros support $cvar$ syntax

  • jitspoe jitspoe committed [r39]

    build 7 - security fix

  • jitspoe jitspoe committed [r40]

    build 7 - hudscale modification updates menu widgets

  • jitspoe jitspoe committed [r41]

    build 7 - widget tweaking

  • jitspoe jitspoe committed [r42]

    build 7 - added write configuration command: writeconfig

  • jitspoe jitspoe committed [r43]

    build 7 - chat color define

  • jitspoe jitspoe committed [r44]

    build 7 - seta command (archives cvar)

1 >