- Nov 06, 2016
-
-
Monster Iestyn authored
MD2 limits check hotfix Fixing slight mistake made in merge request !132 that someone else spotted, no real explanation needed See merge request !134
-
Monster Iestyn authored
-
- Nov 05, 2016
-
-
Monster Iestyn authored
MD2 vertex/frame/triangle/etc limits checking Fix for this bug: http://mb.srb2.org/showthread.php?t=42099 The model reading code didn't properly check if the model had too many vertices, so models with higher counts freely broke the game. This fix now stops that and prints an error message if that is the case. However, it seems some models happily exceed other limits such as texcoords without problem (to my knowledge), so I've not bothered with checking those limits for now. Perhaps this could be a time to discuss if we need to change such limits again or not? Either way, one can easily uncomment my lines for checking texcoords/skins/triangles limits later if needed. EDIT: I've allowed checking for triangle and frame limits too now, after some discussion. See merge request !132
-
Monster Iestyn authored
-
- Nov 03, 2016
-
-
Monster Iestyn authored
-
Monster Iestyn authored
This keeps my new error messages from flooding the console and log.txt
-
Monster Iestyn authored
I added similar checks for the other num* but it seems some MD2s break the other limits without knowing anyway ...so I've commented these checks out for now, unless we have further discussion regarding them later on
-
Alam Arias authored
Revert "Chat and console improvements"
-
Inuyasha authored
-
Alam Arias authored
Chat and console improvements
-
- Nov 02, 2016
- Oct 29, 2016
-
-
Alam Arias authored
Prevent resampling-related crashes on Linux 64-bit
-
- Sep 24, 2016
-
-
Monster Iestyn authored
Fix demo recording in Linux
-
- Sep 11, 2016
- Sep 06, 2016
-
-
Alam Ed Arias authored
-
- Sep 05, 2016
-
-
Alam Ed Arias authored
-
- Sep 04, 2016
-
-
wolfs authored
More slope fixes (aka sorry guys I made another quick SUGOI fix) Another slopes fix branch! This branch currently includes a fix for: * Knuckles gliding into a slope while in 2D mode causes him to try to "climb" on air above them, if the original non-sloped height is higher. Unfortunately he still tries to grab onto places that he can't really climb on, but at least now it's on the slope itself and not in mid-air lol. This issue is encountered in SUGOI's Retro Hill Zone, if you want to check for yourselves. * Bustable FOF-busting code for both players AND pushables not accounting for slopes * (Unrelated to slopes): Fix FF_SHATTERBOTTOM FOFs acting like THZ goop when stood on; I added this fix as a bonus because I encountered it in a test map of mine for the bustables fix (Other fixes may or may not appear here in the near future, I haven't decided yet. Don't wait on me to get in any further fixes before merging, that said) See merge request !110
-
wolfs authored
Last-minute NiGHTS exiting bugfix One single-line fix concerning the end of NiGHTS maps. Extremely small, literally zero side effects here, the only reason I'm not committing directly to master (aside from ettiquette) is that I don't have the ability to do so. * The NiGHTS drone had a single tic of visibility when you hit the goal, which is evident stepping frame by frame through http://gfycat.com/ComplicatedComposedAoudad (the contents of which may or may not make it into 2.2). This is no longer the case. See merge request !100
-
wolfs authored
DIsable NetPlay on DirectDraw builds Also disable UPnP support on NONET builds See merge request !102
-
wolfs authored
Readme rewrite Our readme.txt is outdated as hell, so I took it upon myself to rewrite it in Markdown. For the sake of simplicity, it links to the wiki for compile instructions. Feel free to commit to the readmerewrite branch if anything should be done differently. See merge request !111
-
Monster Iestyn authored
-
Monster Iestyn authored
-
Monster Iestyn authored
-
- Sep 03, 2016
-
-
wolfs authored
-
wolfs authored
-
wolfs authored
Optimisation of P_GetMobjGravity (relevant for slopes) Cleaned up some performance issues in Skytop Zone (2.1.16: THE SUGOI UPDATE) arising from some inefficiencies with P_GetMobjGravity. FPS drops only occasionally to 34 now, which is a big improvement when I was frequently getting 27 in Salt's 15andahalf.exe. (I also tested in a build of 2.1.16's first release candidate, and was getting drops to 16! So SOMETHING improved since then, but this was the major issue.) See merge request !109
-
toaster authored
-
wolfs authored
Record Attack hotfix Limit damage from http://mb.srb2.org/showthread.php?t=41847, basically. Also fixed the message popup background because why not See merge request !107
-
- Sep 02, 2016
-
-
Monster Iestyn authored
-
Monster Iestyn authored
-
- Sep 01, 2016
-
-
Monster Iestyn authored
Fix Knuckles in 2D mode attempting to latch onto air when gliding into a slope. Now he just attempts to latch onto the slope directly (which I'll fix another time, if I can figure out how) (fix for SUGOI's Retro Hill Zone)
-
- Aug 28, 2016
-
-
toaster authored
-
Monster Iestyn authored
Cutscene switch fix Yet another fix for SUGOI, lol: apparently going from a final level's post-cutscene straight to a custom credits cutscene gets the latter stuck forever in the first scene (because the game accidentally stops the cutscene responder from realising the custom credits cutscene is running). This branch of course makes a fix for that. See merge request !108
-
Monster Iestyn authored
Wall collision fixes Fixes included in this branch: * A fix for a specific crash encountered in a SUGOI map (sound familiar?) caused by bouncing off a wall adjacent to a slope * A fix for solid midtextures not accounting for Effect 3/Peg Midtexture properly (https://mb.srb2.org/showthread.php?t=41462) * A fix for solid midtextures not accounting for texture y offsets properly for non-Lower Unpegged/Peg Midtextured midtextures * A fix for solid midtextures not accounting for "infinite" repeats (Repeat Midtexture + no repeat count set) * ~~A fix for Effect 4 on Polyobject First Line making that particular linedef's midtexture solid in addition to making planes visible - this is not wanted if you want a polyobject with both visible planes and full intangibility.~~ Apparently they never did this anyway, don't mind me \o/ See merge request !104
-
toaster authored
-