Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] <@456226577798135808> still here?

[DiscordArchive] <@456226577798135808> still here?

[DiscordArchive] <@456226577798135808> still here?

Pages (3): 1 2 3 Next
rektbyfaith
Administrator
0
11-07-2018, 09:36 PM
#1
Archived author: Skarn • Posted: 2018-11-07T21:36:17.441000+00:00
Original source

<@456226577798135808> still here?
rektbyfaith
11-07-2018, 09:36 PM #1

Archived author: Skarn • Posted: 2018-11-07T21:36:17.441000+00:00
Original source

<@456226577798135808> still here?

rektbyfaith
Administrator
0
11-07-2018, 09:38 PM
#2
Archived author: Deleted User • Posted: 2018-11-07T21:38:58.147000+00:00
Original source

For 2-3 minutes
rektbyfaith
11-07-2018, 09:38 PM #2

Archived author: Deleted User • Posted: 2018-11-07T21:38:58.147000+00:00
Original source

For 2-3 minutes

rektbyfaith
Administrator
0
11-07-2018, 09:39 PM
#3
Archived author: Skarn • Posted: 2018-11-07T21:39:45.154000+00:00
Original source

<@456226577798135808> do you remember how copy table records are handled? are they present in real records, to say in id list
rektbyfaith
11-07-2018, 09:39 PM #3

Archived author: Skarn • Posted: 2018-11-07T21:39:45.154000+00:00
Original source

<@456226577798135808> do you remember how copy table records are handled? are they present in real records, to say in id list

rektbyfaith
Administrator
0
11-07-2018, 09:41 PM
#4
Archived author: Deleted User • Posted: 2018-11-07T21:41:44.759000+00:00
Original source

I don’t think so
rektbyfaith
11-07-2018, 09:41 PM #4

Archived author: Deleted User • Posted: 2018-11-07T21:41:44.759000+00:00
Original source

I don’t think so

rektbyfaith
Administrator
0
11-07-2018, 09:41 PM
#5
Archived author: Deleted User • Posted: 2018-11-07T21:41:50.169000+00:00
Original source

It’s just a list of pairs
rektbyfaith
11-07-2018, 09:41 PM #5

Archived author: Deleted User • Posted: 2018-11-07T21:41:50.169000+00:00
Original source

It’s just a list of pairs

rektbyfaith
Administrator
0
11-07-2018, 09:42 PM
#6
Archived author: Skarn • Posted: 2018-11-07T21:42:08.551000+00:00
Original source

```py
for _id in self.id_list:

# handle duplicate entries
if self.header.copy_table_size > 0:
copy_id = self.copy_table.get(_id)

if copy_id is not None:
record = records[copy_id]
records[_id] = record
continue

# read record

```
rektbyfaith
11-07-2018, 09:42 PM #6

Archived author: Skarn • Posted: 2018-11-07T21:42:08.551000+00:00
Original source

```py
for _id in self.id_list:

# handle duplicate entries
if self.header.copy_table_size > 0:
copy_id = self.copy_table.get(_id)

if copy_id is not None:
record = records[copy_id]
records[_id] = record
continue

# read record

```

rektbyfaith
Administrator
0
11-07-2018, 09:42 PM
#7
Archived author: Skarn • Posted: 2018-11-07T21:42:12.505000+00:00
Original source

I wrote this code
rektbyfaith
11-07-2018, 09:42 PM #7

Archived author: Skarn • Posted: 2018-11-07T21:42:12.505000+00:00
Original source

I wrote this code

rektbyfaith
Administrator
0
11-07-2018, 09:42 PM
#8
Archived author: Skarn • Posted: 2018-11-07T21:42:23.486000+00:00
Original source

assume they are in ID list
rektbyfaith
11-07-2018, 09:42 PM #8

Archived author: Skarn • Posted: 2018-11-07T21:42:23.486000+00:00
Original source

assume they are in ID list

rektbyfaith
Administrator
0
11-07-2018, 09:42 PM
#9
Archived author: Skarn • Posted: 2018-11-07T21:42:28.540000+00:00
Original source

are they just coming after all other IDs?
rektbyfaith
11-07-2018, 09:42 PM #9

Archived author: Skarn • Posted: 2018-11-07T21:42:28.540000+00:00
Original source

are they just coming after all other IDs?

rektbyfaith
Administrator
0
11-07-2018, 09:42 PM
#10
Archived author: Skarn • Posted: 2018-11-07T21:42:33.347000+00:00
Original source

Or the order does not really matter?
rektbyfaith
11-07-2018, 09:42 PM #10

Archived author: Skarn • Posted: 2018-11-07T21:42:33.347000+00:00
Original source

Or the order does not really matter?

Pages (3): 1 2 3 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)