Skip to content

Commit a75fc72

Browse files
committed
Merged master -> engine_sdk2013
2 parents d331aa1 + 64cf001 commit a75fc72

File tree

2,272 files changed

+81009
-24455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,272 files changed

+81009
-24455
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[virtual_function]
2+
3+
# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
4+
# TODO: Validate these offsets.
5+
[[weapon_switch]]
6+
offset_linux = 265
7+
offset_windows = 264
8+
arguments = POINTER, INT
9+
return_type = BOOL
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[virtual_function]
2+
3+
# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
4+
[[weapon_switch]]
5+
offset_linux = 285
6+
offset_windows = 284
7+
arguments = POINTER, INT
8+
return_type = BOOL

addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ srv_check = False
99
arguments = INT, BOOL, BOOL, STRING
1010

1111
[[buy_internal]]
12-
identifier_windows = 55 8B EC 83 E4 F8 81 EC 2A 2A 2A 2A 53 56 57 6A 2A 8B F9 E8 2A 2A 2A 2A 33 C9
12+
identifier_windows = 55 8B EC 83 E4 F8 81 EC 7C 01 00 00 53 56 57
1313
identifier_linux = _ZN9CCSPlayer26HandleCommand_Buy_InternalEPKcib
1414
arguments = STRING, INT, BOOL
1515
return_type = INT
@@ -51,13 +51,13 @@ srv_check = False
5151
[instance_attribute]
5252

5353
[[mvps]]
54-
offset_windows = 9432
55-
offset_linux = 9456
54+
offset_windows = 9708
55+
offset_linux = 9732
5656
type = INT
5757

5858
[[clan_tag]]
59-
offset_windows = 8280
60-
offset_linux = 8304
59+
offset_windows = 8552
60+
offset_linux = 8576
6161
type = STRING_ARRAY
6262

6363

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[virtual_function]
2+
3+
# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
4+
[[weapon_switch]]
5+
offset_linux = 284
6+
offset_windows = 283
7+
arguments = POINTER, INT
8+
return_type = BOOL
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[virtual_function]
22

33
# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
4-
[[switch_weapon]]
4+
[[weapon_switch]]
55
offset_linux = 265
66
offset_windows = 264
77
arguments = POINTER, INT
8+
return_type = BOOL
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[virtual_function]
22

33
# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
4-
[[switch_weapon]]
4+
[[weapon_switch]]
55
offset_linux = 266
66
offset_windows = 265
7-
arguments = POINTER, INT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 7, 6)
1+
__version_info__ = (0, 7, 8)
22
__version__ = '.'.join(map(str, __version_info__))

addons/source-python/packages/site-packages/alabaster/about.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="{{ pathto(master_doc) }}">
44
<img class="logo" src="{{ pathto('_static/' ~ theme_logo, 1) }}" alt="Logo"/>
55
{% if theme_logo_name|lower == 'true' %}
6-
<h1 class="logo logo-name">{{ project }}</h2>
6+
<h1 class="logo logo-name">{{ project }}</h1>
77
{% endif %}
88
</a>
99
</p>
@@ -15,12 +15,14 @@ <h1 class="logo"><a href="{{ pathto(master_doc) }}">{{ project }}</a></h1>
1515
<p class="blurb">{{ theme_description }}</p>
1616
{% endif %}
1717

18+
{% if theme_github_user and theme_github_repo %}
1819
{% if theme_github_button|lower == 'true' %}
1920
<p>
20-
<iframe src="https://ghbtns.com/github-btn.html?user={{ theme_github_user }}&repo={{ theme_github_repo }}&type={{ theme_github_type }}&count={{ theme_github_count }}&size=large"
21+
<iframe src="https://ghbtns.com/github-btn.html?user={{ theme_github_user }}&repo={{ theme_github_repo }}&type={{ theme_github_type }}&count={{ theme_github_count }}&size=large&v=2"
2122
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
2223
</p>
2324
{% endif %}
25+
{% endif %}
2426

2527
{% if theme_travis_button|lower != 'false' %}
2628
{% if theme_travis_button|lower == 'true' %}
@@ -31,9 +33,25 @@ <h1 class="logo"><a href="{{ pathto(master_doc) }}">{{ project }}</a></h1>
3133
<p>
3234
<a href="https://travis-ci.org/{{ path }}">
3335
<img
34-
alt="https://secure.travis-ci.org/{{ path }}.png?branch=master"
35-
src="https://secure.travis-ci.org/{{ path }}.png?branch=master"
36-
>
36+
alt="https://secure.travis-ci.org/{{ path }}.svg?branch=master"
37+
src="https://secure.travis-ci.org/{{ path }}.svg?branch=master"
38+
/>
39+
</a>
40+
</p>
41+
{% endif %}
42+
43+
{% if theme_codecov_button|lower != 'false' %}
44+
{% if theme_codecov_button|lower == 'true' %}
45+
{% set path = theme_github_user + '/' + theme_github_repo %}
46+
{% else %}
47+
{% set path = theme_codecov_button %}
48+
{% endif %}
49+
<p>
50+
<a href="https://codecov.io/github/{{ path }}">
51+
<img
52+
alt="https://codecov.io/github/{{ path }}/coverage.svg?branch=master"
53+
src="https://codecov.io/github/{{ path }}/coverage.svg?branch=master"
54+
/>
3755
</a>
3856
</p>
3957
{% endif %}

addons/source-python/packages/site-packages/alabaster/layout.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,42 @@
22

33
{%- block extrahead %}
44
{{ super() }}
5+
<link rel="stylesheet" href="{{ pathto('_static/custom.css', 1) }}" type="text/css" />
56
{% if theme_touch_icon %}
67
<link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
78
{% endif %}
8-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
9+
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
910
{% endblock %}
1011

1112
{# Disable base theme's top+bottom related navs; we have our own in sidebar #}
1213
{%- block relbar1 %}{% endblock %}
1314
{%- block relbar2 %}{% endblock %}
1415

16+
{# Nav should appear before content, not after #}
17+
{%- block content %}
18+
{%- if theme_fixed_sidebar|lower == 'true' %}
19+
<div class="document">
20+
{{ sidebar() }}
21+
{%- block document %}
22+
<div class="documentwrapper">
23+
{%- if render_sidebar %}
24+
<div class="bodywrapper">
25+
{%- endif %}
26+
<div class="body" role="main">
27+
{% block body %} {% endblock %}
28+
</div>
29+
{%- if render_sidebar %}
30+
</div>
31+
{%- endif %}
32+
</div>
33+
{%- endblock %}
34+
<div class="clearer"></div>
35+
</div>
36+
{%- else %}
37+
{{ super() }}
38+
{%- endif %}
39+
{%- endblock %}
40+
1541
{%- block footer %}
1642
<div class="footer">
1743
{% if show_copyright %}&copy;{{ copyright }}.{% endif %}

addons/source-python/packages/site-packages/alabaster/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>Navigation</h3>
1+
<h3>{{ _('Navigation') }}</h3>
22
{{ toctree(includehidden=theme_sidebar_includehidden) }}
33
{% if theme_extra_nav_links %}
44
<hr />

0 commit comments

Comments
 (0)