source-sdk-2013
Smalltalk
source-sdk-2013 | Smalltalk | |
---|---|---|
52 | 8 | |
3,758 | 818 | |
0.9% | - | |
0.0 | 2.5 | |
4 months ago | over 1 year ago | |
C++ | C | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
source-sdk-2013
-
A boy who stole Half-Life 2
It's literally on Github. https://github.com/ValveSoftware/source-sdk-2013
-
An Investigation of Random Bullet Spread
here's the full thing https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/game/shared/shot_manipulator.h
-
Sniper laser, a better solution!
please don't try to continue arguing this because, while i can't say i'm an authority of this subject, i've studied far more than enough about it to say that you're not making sense and if you really don't trust me then you can simply do what i did: read articles, read the source code, learn from other people who are more knowledgeable
- [Bunnyhopping] Code de mouvement du moteur du tremblement de terre et source
-
Demoknight Charge Math&Code
I have just finished Solar's complex Demoknight Guide. And I know the code behind rampsliding and basic SourceEngine&TF2 movement code.
-
How to change weapon certain stats for Half-Life 2?
Hi! The only other stats you can change without editing the code is weapon damage by editing skill.cfg inside the cfg folder. Weapon recoil and fire rate can only be changed by editing the code. The source code for Half-Life 2 can be found here: https://github.com/ValveSoftware/source-sdk-2013
-
Following Valve's tutorial for my first mod but can't find weapon_rpg.cpp anywhere in the solution, nor the folder "hl2mp_dll". I'm using Visual C++ 2008 Express Edition and the 2007 HL2MP SDK (mod from scratch).
Weapon_rpg.cpp is in src/game/shared/hl2mp as an example
-
Half-Life 2 Running on Raspberry Pi 4 Natively
Also, while this uses leaked code, Valve has officially released the Source SDK 2013, which does include all the hl2 specific code, so if you copy over the assets from hl2, it can run just like normal.
- where are all the HL2 .vcd's ??
-
Random bullet spread option changes total spread instead of just randomizing spread
the random spread is biased towards the centre, pretty easy to observe and heres the code for it https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/shared/shot_manipulator.h
Smalltalk
-
Smalltalk-80 on Raspberry Pi: A Bare Metal Implementation
it's based on this
https://github.com/dbanay/Smalltalk
(there's one screenshot there)
-
my programming language
When I was googling the link for that book, I noticed an implementation someone else has done that might be helpful for you if you go this route: dbanay/Smalltalk.
- Ask HN: What's the best source code you've read?
- Bluebook Implementation of Smalltalk-80
-
Are there any materials that go through the internals of smalltalk and/or teach you how to implement a smalltalk-like language?
https://github.com/dbanay/Smalltalk And this is the bare metal implementation of it for RPi
-
Closest thing to Lisp Machine or old Xerox Smalltalk you can get today?
Here is a port of the original Smalltalk-80 image to modern systems.
- Lisp Implementations similiar to old Lisp Machines?
What are some alternatives?
gmod-shootpos-fix - https://github.com/ValveSoftware/source-sdk-2013/pull/442
Mezzano - An operating system written in Common Lisp
halflife - Half-Life 1 engine based games
McCLIM - An implementation of the Common Lisp Interface Manager, version II
TeamFortress2 - TF2 Source Code leaked on 22/4/2020
ChrysaLisp - Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...
SEFGD - SE FGD's
crosstalk - Smalltalk-80 bare metal implementation for the Raspberry Pi
source-sdk-2013 - This is Mapbase's public GitHub repo. It contains all of the code, but not the assets.
squeak.org - Squeak/Smalltalk Website
Quake-III-Arena - Quake III Arena GPL Source Release
pcgeos - #FreeGEOS source codes. The offical home of the PC/GEOS operating system technology. For personal computing fans. For all developers and assembly lovers. For YOU!